Repository: cloudstack Updated Branches: refs/heads/4.5 613aa8ea2 -> 17e192243
CLOUDSTACK-8137: Fixed cleanup issue in sec group tests in test_escalations_instances.py Signed-off-by: SrikanteswaraRao Talluri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/17e19224 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/17e19224 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/17e19224 Branch: refs/heads/4.5 Commit: 17e19224398ac38bc9171bd157fb376361630f6d Parents: 613aa8e Author: [email protected] <[email protected]> Authored: Tue Dec 30 15:04:38 2014 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Tue Jan 13 15:49:23 2015 +0530 ---------------------------------------------------------------------- test/integration/component/test_escalations_instances.py | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/17e19224/test/integration/component/test_escalations_instances.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_escalations_instances.py b/test/integration/component/test_escalations_instances.py index 725cac3..00d5852 100644 --- a/test/integration/component/test_escalations_instances.py +++ b/test/integration/component/test_escalations_instances.py @@ -3648,7 +3648,6 @@ class TestInstances(cloudstackTestCase): security_group, "Security Group creation failed" ) - self.cleanup.append(security_group) security_groups_list_size = security_groups_list_size + 1 # Listing the networks again
