mirror of https://github.com/apache/cloudstack.git
Automation: Fix test_vpc.py
This commit is contained in:
parent
c21fd69df9
commit
9f25b77bd6
|
|
@ -1654,6 +1654,7 @@ class TestVPC(cloudstackTestCase):
|
|||
cmd.id = self.zone.id
|
||||
cmd.domain = "ROOT"
|
||||
self.apiclient.updateZone(cmd)
|
||||
self.zone = Zone.list(self.apiclient, id=self.zone.id)
|
||||
|
||||
self.services["vpc"]["cidr"] = "10.1.1.1/16"
|
||||
self.debug("creating a VPC network in the account: %s" %
|
||||
|
|
|
|||
Loading…
Reference in New Issue