diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-08-10 23:05:33 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-08-10 23:05:33 +0000 |
| commit | 7e944c0e8dfd31c9adb05c1a1887898669e27ab6 (patch) | |
| tree | fcd689ff64079742d4c21955b107d6445178cfdb /nova/tests | |
| parent | 95dbc97a2ce7a9be585c7e7fe44ff0b9e8594b30 (diff) | |
| parent | 8acb7275de43f126cc3fdb8f701dbeca22338d5b (diff) | |
Merge "maint: remove an unused import in libvirt.driver"
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/test_libvirt.py | 2 |
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) |
