mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-8084: Fixed test_17_add_nic_different_zone in test_add_remove_network.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
696698090e
commit
3090e4a030
@ -1263,6 +1263,7 @@ class TestFailureScenariosAddNetworkToVM(cloudstackTestCase):
|
|||||||
self.debug("Creating isolated network in zone %s which is foreign to VM" %
|
self.debug("Creating isolated network in zone %s which is foreign to VM" %
|
||||||
foreignZoneId)
|
foreignZoneId)
|
||||||
isolated_network = Network.create(self.apiclient,self.services["isolated_network"],
|
isolated_network = Network.create(self.apiclient,self.services["isolated_network"],
|
||||||
|
self.account.name, self.account.domainid,
|
||||||
networkofferingid=self.isolated_network_offering.id)
|
networkofferingid=self.isolated_network_offering.id)
|
||||||
self.debug("Created isolated network %s in zone %s" %
|
self.debug("Created isolated network %s in zone %s" %
|
||||||
(isolated_network.id, foreignZoneId))
|
(isolated_network.id, foreignZoneId))
|
||||||
@ -1274,7 +1275,7 @@ class TestFailureScenariosAddNetworkToVM(cloudstackTestCase):
|
|||||||
cmd.networkid = isolated_network.id
|
cmd.networkid = isolated_network.id
|
||||||
|
|
||||||
with self.assertRaises(Exception) as e:
|
with self.assertRaises(Exception) as e:
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
self.apiclient.addNicToVirtualMachine(cmd)
|
self.apiclient.addNicToVirtualMachine(cmd)
|
||||||
self.debug("addNicToVirtualMachine API failed with exception: %s" % e.exception)
|
self.debug("addNicToVirtualMachine API failed with exception: %s" % e.exception)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user