summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-08-10 23:05:33 +0000
committerGerrit Code Review <review@openstack.org>2012-08-10 23:05:33 +0000
commit7e944c0e8dfd31c9adb05c1a1887898669e27ab6 (patch)
treefcd689ff64079742d4c21955b107d6445178cfdb /nova/tests
parent95dbc97a2ce7a9be585c7e7fe44ff0b9e8594b30 (diff)
parent8acb7275de43f126cc3fdb8f701dbeca22338d5b (diff)
Merge "maint: remove an unused import in libvirt.driver"
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/test_libvirt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py
index 14e66871a..2fda6eb45 100644
--- a/nova/tests/test_libvirt.py
+++ b/nova/tests/test_libvirt.py
@@ -1565,7 +1565,7 @@ class LibvirtConnTestCase(test.TestCase):
fake_none)
conn.ensure_filtering_rules_for_instance(instance_ref,
network_info,
- time=fake_timer)
+ time_module=fake_timer)
except exception.NovaException, e:
c1 = (0 <= str(e).find('Timeout migrating for'))
self.assertTrue(c1)