Declare a flag for test to run in isolation.

This commit is contained in:
Todd Willey
2011-01-04 19:50:17 -05:00
parent 81b6f8a0e0
commit 8c6ea2a70a

View File

@@ -33,6 +33,7 @@ from nova.compute import api as compute_api
FLAGS = flags.FLAGS
flags.DECLARE('stub_network', 'nova.compute.manager')
class ComputeTestCase(test.TestCase):