mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-9304 - Exit loop when Physical Network with isolation as VSP is found
modified: nuageTestCase.py
This commit is contained in:
parent
255b7464b0
commit
1446ecd715
@ -95,6 +95,7 @@ class nuageTestCase(cloudstackTestCase):
|
||||
for pn in physical_networks:
|
||||
if pn.isolationmethods == 'VSP':
|
||||
cls.vsp_physical_network = pn
|
||||
break
|
||||
cls.nuage_vsp_device = Nuage.list(cls.api_client,
|
||||
physicalnetworkid=cls.vsp_physical_network.id
|
||||
)[0]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user