nova-powervm/nova_powervm/tests/virt/powervm/tasks
esberglu c1a17ca319 Replace TestCase with NoDBTestCase
It was suggested that we replace TestCase with NoDBTestCase [1]. This
does two things. First it prevents the test case setup from running the
database schema migrations unnecessarily which should improve
performance. Second it will cause the test to fail if the code does
touch the DB when the developer is claiming that it shouldn't.

[1] https://review.openstack.org/#/c/409404/46/nova/tests/unit/virt/powervm/test_media.py

Change-Id: I8bcc9cbdcadd9fe89a4450ca405387899baa9fc3
2017-11-13 10:08:31 -06:00
..
__init__.py Support mgmt network creation 2015-05-27 12:08:03 -04:00
test_image.py Replace TestCase with NoDBTestCase 2017-11-13 10:08:31 -06:00
test_network.py Replace TestCase with NoDBTestCase 2017-11-13 10:08:31 -06:00
test_slot.py Replace TestCase with NoDBTestCase 2017-11-13 10:08:31 -06:00
test_storage.py Replace TestCase with NoDBTestCase 2017-11-13 10:08:31 -06:00
test_vm.py Replace TestCase with NoDBTestCase 2017-11-13 10:08:31 -06:00