Merge lp:~rackspace-titan/nova/libvirt_cleanup_test_base into lp:~hudson-openstack/nova/trunk

Proposed by Dan Prince
Status: Merged
Approved by: Brian Waldon
Approved revision: 1444
Merged at revision: 1455
Proposed branch: lp:~rackspace-titan/nova/libvirt_cleanup_test_base
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 10 lines (+1/-0)
1 file modified
nova/tests/test_libvirt.py (+1/-0)
To merge this branch: bzr merge lp:~rackspace-titan/nova/libvirt_cleanup_test_base
Reviewer Review Type Date Requested Status
Brian Waldon (community) Approve
Rick Harris (community) Approve
Review via email: mp+71725@code.launchpad.net

Description of the change

Cleanup the '_base' directory in libvirt tests.

To post a comment you must log in.
Revision history for this message
Rick Harris (rconradharris) wrote :

LGTM

review: Approve
Revision history for this message
Brian Waldon (bcwaldon) wrote :

Works for me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'nova/tests/test_libvirt.py'
2--- nova/tests/test_libvirt.py 2011-08-15 20:31:43 +0000
3+++ nova/tests/test_libvirt.py 2011-08-16 16:06:26 +0000
4@@ -836,6 +836,7 @@
5 count = (0 <= str(e.message).find('Unexpected method call'))
6
7 shutil.rmtree(os.path.join(FLAGS.instances_path, instance.name))
8+ shutil.rmtree(os.path.join(FLAGS.instances_path, '_base'))
9
10 self.assertTrue(count)
11