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))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user