mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7439: Fix 'Unable to find VM' issue in test_tags.py
This commit is contained in:
parent
f44be742f8
commit
a4307f85c6
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue