From 70965c3ec5a562200fa414aa25a0a8bc99d20d90 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 9 Nov 2012 15:49:51 +0100 Subject: Use fixtures library for nova test fixtures. Moving the test-case setup and teardown code into managed fixtures so that we can better interact with them when we start running things in parallel. Part of blueprint grizzly-testtools Change-Id: I406be0a88b14c0dba2d22b4957e26a53442bbae3 --- bin/nova-dhcpbridge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/nova-dhcpbridge b/bin/nova-dhcpbridge index 8ff2fac49..0e3d89e65 100755 --- a/bin/nova-dhcpbridge +++ b/bin/nova-dhcpbridge @@ -103,7 +103,7 @@ def main(): logging.setup("nova") if int(os.environ.get('TESTING', '0')): - from nova.tests import fake_flags + from nova.tests import conf_fixture action = argv[1] if action in ['add', 'del', 'old']: -- cgit