diff options
| author | Dan Prince <dan.prince@rackspace.com> | 2011-08-18 21:14:55 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-08-18 21:14:55 +0000 |
| commit | b4c46652fda699d18ddb8f197e8fdda168d7ed0e (patch) | |
| tree | 29fbfc7e97b637786b093b5e27a35f7019d879e5 | |
| parent | e1600746110c9e2e4478d5be5f3f97a068e64c08 (diff) | |
| parent | 0385ef219b47fca0e98130d1c4c54c1673519f48 (diff) | |
| download | nova-b4c46652fda699d18ddb8f197e8fdda168d7ed0e.tar.gz nova-b4c46652fda699d18ddb8f197e8fdda168d7ed0e.tar.xz nova-b4c46652fda699d18ddb8f197e8fdda168d7ed0e.zip | |
Cleanup the '_base' directory in libvirt tests.
| -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 688518bb8..6a213b4f0 100644 --- a/nova/tests/test_libvirt.py +++ b/nova/tests/test_libvirt.py @@ -836,6 +836,7 @@ class LibvirtConnTestCase(test.TestCase): count = (0 <= str(e.message).find('Unexpected method call')) shutil.rmtree(os.path.join(FLAGS.instances_path, instance.name)) + shutil.rmtree(os.path.join(FLAGS.instances_path, '_base')) self.assertTrue(count) |
