From 2424dcf62e4575b60000c1cbf676b5f2f8637343 Mon Sep 17 00:00:00 2001 From: Likitha Shetty Date: Wed, 24 Jul 2013 11:15:17 +0530 Subject: [PATCH] CLOUDSTACK-3743. test_tags.py:TestResourceTags not tearing down the account. --- 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 f10641b762c..67aa99ea06a 100644 --- a/test/integration/component/test_tags.py +++ b/test/integration/component/test_tags.py @@ -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