Comment 7 for bug 1702304

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/480198
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=07d82cf8ef47d249193b2cb16fd13a94a5678468
Submitter: Jenkins
Branch: master

commit 07d82cf8ef47d249193b2cb16fd13a94a5678468
Author: Sylvain Bauza <email address hidden>
Date: Tue Jul 4 18:40:39 2017 +0200

    Reset the traits sync flag in the placement fixtures

    We had a problem with tests running that were unable to find traits because a
    previous test cleaned up the DB without resetting the sync flag and we fixed
    that in I5dc0220310986c5b9fe5b71013c573c3d98cb9aa

    Unfortunately, fixtures we use in Placement functional tree don't inherit from
    general test cases (for obvious reasons) so we need to also reset the flag
    there.

    Co-Authored-By: Sylvain Bauza <email address hidden>

    Change-Id: Ib7019db36ce90bf6d762a6d37697c3a215e091b4
    Closes-Bug: #1702304