yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #43997
[Bug 1527881] Re: To correct the using of mock in test case.
Reviewed: https://review.openstack.org/260762
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ce9125b314500b1117840c90c5eb2210fec78485
Submitter: Jenkins
Branch: master
commit ce9125b314500b1117840c90c5eb2210fec78485
Author: lianghuifei <lianghuifei830@xxxxxxx>
Date: Sat Dec 19 06:51:28 2015 -0800
Unreference mocks are listed in the wrong order
There are a couple of policy checks where mocks are used to allow the
checks to complete. The mocks aren't referenced later. However they
are listed in the wrong order. While this doesn't impact this test
directly, it is confusing, and may confuse people down the road trying
to build tests based on this one.
Change-Id: Idd1da91fe8d8b1e20bef469ef67728610a9ac3c1
Closes-Bug: #1527881
** Changed in: nova
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1527881
Title:
To correct the using of mock in test case.
Status in OpenStack Compute (nova):
Fix Released
Bug description:
Currently the order of functions in mock is wrong, so
we should change it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1527881/+subscriptions
References