Automation: Fix test_vpc.py

This commit is contained in:
Sheng Yang 2013-08-07 15:50:14 -07:00
parent 1d23d19aa3
commit 8e395b2a89

View File

@ -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" %