Repository: cloudstack
Updated Branches:
  refs/heads/master 07abf7d7c -> 97ecd5575


CLOUDSTACK-7284: Fixed cleanup issue in test_escalations_instances.py, VM 
should be deleted before deleting the network


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/97ecd557
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/97ecd557
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/97ecd557

Branch: refs/heads/master
Commit: 97ecd5575c4b408ecb4e08a1b81933bb703b324a
Parents: 07abf7d
Author: Girish Shilamkar <gir...@clogeny.com>
Authored: Tue Aug 12 19:28:06 2014 +0530
Committer: Girish Shilamkar <gir...@clogeny.com>
Committed: Tue Aug 12 19:28:06 2014 +0530

----------------------------------------------------------------------
 test/integration/component/test_escalations_instances.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/97ecd557/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 c85a726..c75faea 100644
--- a/test/integration/component/test_escalations_instances.py
+++ b/test/integration/component/test_escalations_instances.py
@@ -3310,7 +3310,7 @@ class TestInstances(cloudstackTestCase):
                              vm_created,
                              "VM creation failed"
                              )
-        self.cleanup.append(vm_created)
+        self.cleanup.insert(-2, vm_created)
         # Listing all the VMs for a user again
         list_vms_after = VirtualMachine.list(
                                              self.userapiclient,

Reply via email to