mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7963: Fixed test case in test_dedicate_guest_vlan_ranges.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
parent
684268f4c3
commit
1db2d14422
|
|
@ -1221,7 +1221,7 @@ class TestDeleteVlanRange(cloudstackTestCase):
|
|||
self.testdata["isolated_network"],
|
||||
self.account1.name,
|
||||
self.account1.domainid,
|
||||
networkofferingid=self.isolated_network_offering.id)
|
||||
networkofferingid=self.isolated_persistent_network_offering.id)
|
||||
|
||||
networks = Network.list(self.apiclient, id=isolated_network.id)
|
||||
self.assertEqual(validateList(networks)[0], PASS, "networks list validation failed")
|
||||
|
|
|
|||
Loading…
Reference in New Issue