mirror of https://github.com/apache/cloudstack.git
Changing vlan to None since network offering being used has Specify Vlan set to False
(cherry picked from commit 47747e7188)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
16b67b40fd
commit
9effd472a1
|
|
@ -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