~danwent/nova/trunk

« back to all changes in this revision

Viewing changes to nova/tests/test_libvirt.py

Cleanup the '_base' directory in libvirt tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
836
836
            count = (0 <= str(e.message).find('Unexpected method call'))
837
837
 
838
838
        shutil.rmtree(os.path.join(FLAGS.instances_path, instance.name))
 
839
        shutil.rmtree(os.path.join(FLAGS.instances_path, '_base'))
839
840
 
840
841
        self.assertTrue(count)
841
842