Updated Branches: refs/heads/master 35f4aa30c -> 2424dcf62
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/2424dcf6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2424dcf6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2424dcf6 Branch: refs/heads/master Commit: 2424dcf62e4575b60000c1cbf676b5f2f8637343 Parents: 35f4aa3 Author: Likitha Shetty <[email protected]> Authored: Wed Jul 24 11:15:17 2013 +0530 Committer: Likitha Shetty <[email protected]> Committed: Wed Jul 24 11:18:43 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/2424dcf6/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
