mirror of https://github.com/apache/cloudstack.git
Merge pull request #2080 from nitt10prashant/acl
Changing vlan to None since network offering being used has Specify Vlan set to False
This commit is contained in:
commit
252de30535
|
|
@ -57,6 +57,7 @@ class TestIsolatedNetwork(cloudstackTestCase):
|
|||
#cls.acldata = Services().services
|
||||
cls.testdata = cls.testClient.getParsedTestDataConfig()
|
||||
cls.acldata = cls.testdata["acl"]
|
||||
cls.acldata["network"]["vlan"] = None
|
||||
cls.domain_1 = None
|
||||
cls.domain_2 = None
|
||||
cls.cleanup = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue