Repository: cloudstack
Updated Branches:
  refs/heads/master 2094286c8 -> 8894fc897

CLOUDSTACK-8174: Fixed cleanup issue in test_add_remove_network.py


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

Branch: refs/heads/master
Commit: 8894fc897b9e6d20efda6f18f7e9178fa63e87a6
Parents: 2094286
Author: Gaurav Aradhye <gaurav.arad...@clogeny.com>
Authored: Wed Jan 21 22:31:24 2015 -0800
Committer: sanjeev <sanj...@apache.org>
Committed: Thu Jan 22 14:14:53 2015 +0530

----------------------------------------------------------------------
 test/integration/component/test_add_remove_network.py | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8894fc89/test/integration/component/test_add_remove_network.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_add_remove_network.py 
b/test/integration/component/test_add_remove_network.py
index 2f685b5..d003e43 100644
--- a/test/integration/component/test_add_remove_network.py
+++ b/test/integration/component/test_add_remove_network.py
@@ -1267,7 +1267,6 @@ class 
TestFailureScenariosAddNetworkToVM(cloudstackTestCase):
                                           
networkofferingid=self.isolated_network_offering.id)
         self.debug("Created isolated network %s in zone %s" %
                    (isolated_network.id, foreignZoneId))
-        self.cleanup.append(isolated_network)
 
         self.debug("Trying to add network to VM, both belonging to different 
zones")
         cmd = addNicToVirtualMachine.addNicToVirtualMachineCmd()

Reply via email to