Updated Branches: refs/heads/4.2 839ccf389 -> 127b0d7cd
CLOUDSTACK-3743. test_tags.py:TestResourceTags not tearing down the account. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/127b0d7c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/127b0d7c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/127b0d7c Branch: refs/heads/4.2 Commit: 127b0d7cd90b00b24ac9f278d8065700dfc1542a Parents: 839ccf3 Author: Likitha Shetty <[email protected]> Authored: Wed Jul 24 11:15:17 2013 +0530 Committer: Likitha Shetty <[email protected]> Committed: Wed Jul 24 11:16:00 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/127b0d7c/test/integration/component/test_tags.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_tags.py b/test/integration/component/test_tags.py index f10641b..67aa99e 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
