Repository: cloudstack Updated Branches: refs/heads/4.5 b8184d1e7 -> 613aa8ea2
CLOUDSTACK-8135: Fixed cleanup issue 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/613aa8ea Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/613aa8ea Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/613aa8ea Branch: refs/heads/4.5 Commit: 613aa8ea28b7670b13792a638fc493b6fe8ebb21 Parents: b8184d1 Author: Ashutosh K <[email protected]> Authored: Tue Dec 30 12:55:06 2014 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Tue Jan 13 15:47:57 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/613aa8ea/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 c5afa27..725cac3 100644 --- a/test/integration/component/test_escalations_instances.py +++ b/test/integration/component/test_escalations_instances.py @@ -2238,7 +2238,6 @@ class TestInstances(cloudstackTestCase): vm_created, "VM creation failed" ) - self.cleanup.append(vm_created) # Listing all the VMs for a user again for matching zone list_vms_after = VirtualMachine.list( self.userapiclient,
