summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Willey <todd@ansolabs.com>2010-12-29 17:01:34 -0500
committerTodd Willey <todd@ansolabs.com>2010-12-29 17:01:34 -0500
commite7be0b485e2d6c7cd95d1f5b7e6a401032f437e6 (patch)
tree4abc15f325e8f608dcb5618fc1b413042934abf3
parent9a84a2bb4abb73d4022dbc8d699600f07d19267e (diff)
Fix scheduler testcase so it knows all flags and can run in isolation.
-rw-r--r--nova/tests/test_scheduler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/test_scheduler.py b/nova/tests/test_scheduler.py
index 91517cc5d..78e4a1c77 100644
--- a/nova/tests/test_scheduler.py
+++ b/nova/tests/test_scheduler.py
@@ -33,6 +33,7 @@ from nova.scheduler import driver
FLAGS = flags.FLAGS
flags.DECLARE('max_cores', 'nova.scheduler.simple')
+flags.DECLARE('stub_network', 'nova.compute.manager')
class TestDriver(driver.Scheduler):