Repository: cloudstack Updated Branches: refs/heads/master d3f75618e -> 045a290ce
CLOUDSTACK-7284: Fixed cleanup issue in test_escalations_snapshots.py Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/045a290c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/045a290c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/045a290c Branch: refs/heads/master Commit: 045a290cec2dbdf9b284934a4cd92836c227d513 Parents: d3f7561 Author: Girish Shilamkar <gir...@clogeny.com> Authored: Tue Aug 12 19:15:22 2014 +0530 Committer: Girish Shilamkar <gir...@clogeny.com> Committed: Tue Aug 12 19:15:22 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_escalations_snapshots.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/045a290c/test/integration/component/test_escalations_snapshots.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_escalations_snapshots.py b/test/integration/component/test_escalations_snapshots.py index 9bb3b50..af493a1 100644 --- a/test/integration/component/test_escalations_snapshots.py +++ b/test/integration/component/test_escalations_snapshots.py @@ -91,7 +91,6 @@ class TestSnapshots(cloudstackTestCase): domainid=cls.account.domainid, serviceofferingid=cls.service_offering.id, ) - cls._cleanup.append(cls.virtual_machine) except Exception as e: cls.tearDownClass() raise Exception("Warning: Exception in setup : %s" % e)