nova/nova/tests/unit/volume
Balazs Gibizer 63dcd4bd90 Fix mock.patch usage in unit tests
There are various places where a patcher was started but never stopped
or the test stopped the wrong thing. This causes that the mocking is not
removed at the end of the test case execution. So the subsequnet test
cases executed by the same executor will see the same mocked function.
Depending on the test case exection order it can lead to intermittent
test failures.

Change-Id: I8e66154c19c125f3093c8a1990b0c79332996560
2018-09-13 02:54:07 +00:00
..
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_cinder.py Fix mock.patch usage in unit tests 2018-09-13 02:54:07 +00:00