gantt/nova
Clark Boylan 34330035ed Patch fake_libvirt_utils with fixtures.MonkeyPatch
If tests are not run in the default order nosetests runs them in it
is possible that the monkey patching of fake_libvirt utils is not
properly cleaned up. Use fixtures.MonkeyPatch to monkey patch
fake_libvirt_utils in test setUp ensuring the monkey patching is
reverted properly after each test.

Part of blueprint grizzly-testtools

Change-Id: Ie691cbc777c01fa8a5affa3271f36776ea9648b9
2012-11-30 13:43:49 -08:00
..
common Switch to using eventlet_backdoor from oslo. 2012-11-16 09:47:55 -05:00
openstack Wrap log messages with _() 2012-11-21 23:37:53 +08:00
rootwrap Make nova-dhcpbridge use CONFIG_FILE over FLAGFILE 2012-11-26 07:53:38 +00:00
scheduler Merge "RetryFilter checks 'node' as well as 'host'" 2012-11-29 19:58:03 +00:00
testing Clarify dangerous use of exceptions in unit tests 2012-09-20 19:37:34 +00:00
tests Patch fake_libvirt_utils with fixtures.MonkeyPatch 2012-11-30 13:43:49 -08:00
__init__.py Remove outdated moduleauthor tags 2012-10-01 15:25:47 -07:00
block_device.py Move compute_driver into nova.virt.driver 2012-11-21 22:44:23 +00:00
exception.py Merge "Cells: Re-add DB model and calls" 2012-11-27 20:22:24 +00:00
filters.py Refactor scheduling filters 2012-11-14 19:04:12 +00:00
loadables.py Add module for loading specific classes 2012-11-14 19:01:57 +00:00
manager.py Don't run the periodic task if ticks_between_runs is below zero 2012-11-29 09:14:28 -05:00
notifications.py Wrap log messages with _() 2012-11-21 23:37:53 +08:00
policy.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
quota.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
service.py Add pluggable ServiceGroup monitoring APIs 2012-11-26 17:10:40 -05:00
test.py Move global fixture setup into nova/test.py 2012-11-22 11:23:11 -08:00
utils.py Merge "Add SSL support to utils.generate_glance_url()." 2012-11-27 00:42:51 +00:00
weights.py Refactor scheduling weights. 2012-11-14 19:04:17 +00:00
wsgi.py Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00