CLOUDSTACK-8174: Fixed cleanup issue in test_add_remove_network.py

This commit is contained in:
Gaurav Aradhye 2015-01-21 22:31:24 -08:00 committed by sanjeev
parent 2094286c8a
commit 8894fc897b
1 changed files with 0 additions and 1 deletions

View File

@ -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()