mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Automation: Fix test_vpc.py
This commit is contained in:
parent
1d23d19aa3
commit
8e395b2a89
@ -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…
x
Reference in New Issue
Block a user