diff options
| author | matt.dietz@rackspace.com <> | 2011-03-08 23:17:50 +0000 |
|---|---|---|
| committer | matt.dietz@rackspace.com <> | 2011-03-08 23:17:50 +0000 |
| commit | 7a6833c883a04fd7920bff7367c9e28a35858d8d (patch) | |
| tree | dcef8250311065fbeee8aa50a0c4510dc683e431 | |
| parent | 81d1afedd137955e9fa9396cec4b0cfa0c2aa9a6 (diff) | |
Accidentally left some bad data around
| -rw-r--r-- | nova/tests/test_xenapi.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nova/tests/test_xenapi.py b/nova/tests/test_xenapi.py index 919a38c06..916555af3 100644 --- a/nova/tests/test_xenapi.py +++ b/nova/tests/test_xenapi.py @@ -376,6 +376,11 @@ class XenAPIMigrateInstance(test.TestCase): stubs.stub_out_migration_methods(self.stubs) glance_stubs.stubout_glance_client(self.stubs, glance_stubs.FakeGlance) + def tearDown(self): + super(XenAPIMigrateInstance, self).tearDown() + self.manager.delete_project(self.project) + self.manager.delete_user(self.user) + self.stubs.UnsetAll() def test_migrate_disk_and_power_off(self): instance = db.instance_create(self.values) |
