From a4307f85c61928064f3012efe5bc2328166f1c87 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Thu, 28 Aug 2014 14:57:48 +0530 Subject: [PATCH] CLOUDSTACK-7439: Fix 'Unable to find VM' issue in test_tags.py --- test/integration/component/test_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_tags.py b/test/integration/component/test_tags.py index 1e99ac11192..c5a8ced8d0d 100644 --- a/test/integration/component/test_tags.py +++ b/test/integration/component/test_tags.py @@ -2239,7 +2239,7 @@ class TestResourceTags(cloudstackTestCase): "Test creation of tag on stopped vm." self.debug("Destroying instance: %s" % self.vm_1.name) - self.vm_1.delete(self.apiclient) + self.vm_1.delete(self.apiclient, expunge=False) self.debug("Creating a tag for user VM") tag = Tag.create(