From 8894fc897b9e6d20efda6f18f7e9178fa63e87a6 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Wed, 21 Jan 2015 22:31:24 -0800 Subject: [PATCH] CLOUDSTACK-8174: Fixed cleanup issue in test_add_remove_network.py --- test/integration/component/test_add_remove_network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/component/test_add_remove_network.py b/test/integration/component/test_add_remove_network.py index 2f685b54caa..d003e431295 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()