diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-07-13 22:33:06 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-07-13 22:33:06 +0000 |
| commit | 46466e2bb98419cc1c20a439d696fa1b6ae8e28a (patch) | |
| tree | 3c1a5bd98e0318bd24ddaa2ccdc4335cb8f9b2fa | |
| parent | 38beedcb13b839b3d2b87e53cab5198b211ba65b (diff) | |
| parent | 5526fb6db239677fead7bfbff8b2a6672bba6367 (diff) | |
| download | nova-46466e2bb98419cc1c20a439d696fa1b6ae8e28a.tar.gz nova-46466e2bb98419cc1c20a439d696fa1b6ae8e28a.tar.xz nova-46466e2bb98419cc1c20a439d696fa1b6ae8e28a.zip | |
Merge "Fix snapshots tests failing bug 1022670"
| -rw-r--r-- | nova/tests/test_libvirt.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py index 7c2fee245..433e0e550 100644 --- a/nova/tests/test_libvirt.py +++ b/nova/tests/test_libvirt.py @@ -414,6 +414,7 @@ class LibvirtConnTestCase(test.TestCase): self.project_id = 'fake' self.context = context.get_admin_context() self.flags(instances_path='') + self.flags(libvirt_snapshots_directory='') self.call_libvirt_dependant_setup = False libvirt_driver.libvirt_utils = fake_libvirt_utils |
