Cleanup the '_base' directory in libvirt tests.

This commit is contained in:
Dan Prince
2011-08-16 12:02:39 -04:00
parent 1d3fd8e3ff
commit 34e20d219b

View File

@@ -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)