CLOUDSTACK-3743. test_tags.py:TestResourceTags not tearing down the account.

This commit is contained in:
Likitha Shetty 2013-07-24 11:15:17 +05:30
parent 839ccf389f
commit 127b0d7cd9
1 changed files with 1 additions and 1 deletions

View File

@ -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