mirror of https://github.com/apache/cloudstack.git
Fix VPC test
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
b3fb75e6c6
commit
75cd6cce40
|
|
@ -1652,9 +1652,9 @@ class TestVPC(cloudstackTestCase):
|
|||
if self.zone.domain == None:
|
||||
cmd = updateZone.updateZoneCmd()
|
||||
cmd.id = self.zone.id
|
||||
cmd.domain = "ROOT"
|
||||
cmd.domain = "test.domain.org"
|
||||
self.apiclient.updateZone(cmd)
|
||||
self.zone = Zone.list(self.apiclient, id=self.zone.id)
|
||||
self.zone = Zone.list(self.apiclient, id=self.zone.id)[0]
|
||||
|
||||
self.services["vpc"]["cidr"] = "10.1.1.1/16"
|
||||
self.debug("creating a VPC network in the account: %s" %
|
||||
|
|
|
|||
Loading…
Reference in New Issue