mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3743. test_tags.py:TestResourceTags not tearing down the account.
This commit is contained in:
parent
35f4aa30c8
commit
2424dcf62e
|
|
@ -240,7 +240,7 @@ class TestResourceTags(cloudstackTestCase):
|
|||
try:
|
||||
#Cleanup resources used
|
||||
print("Cleanup resources used")
|
||||
#cleanup_resources(cls.api_client, cls._cleanup)
|
||||
cleanup_resources(cls.api_client, cls._cleanup)
|
||||
except Exception as e:
|
||||
raise Exception("Warning: Exception during cleanup : %s" % e)
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue