Merge "Remove unnecessary cleanup in test"

This commit is contained in:
Jenkins 2014-05-07 19:00:28 +00:00 committed by Gerrit Code Review
commit a38cf065f2
1 changed files with 0 additions and 3 deletions

View File

@ -5579,9 +5579,6 @@ class ComputeTestCase(BaseTestCase):
self.assertEqual(msg.event_type,
'compute.instance.live_migration.rollback.dest.end')
# cleanup
db.instance_destroy(c, instance.uuid)
def test_run_kill_vm(self):
# Detect when a vm is terminated behind the scenes.
instance = jsonutils.to_primitive(self._create_fake_instance())