From 75cd6cce40a0a645d8a277f31d863d151c0037ec Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Fri, 9 Aug 2013 12:08:27 +0530 Subject: [PATCH] Fix VPC test Signed-off-by: Prasanna Santhanam --- test/integration/component/test_vpc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/component/test_vpc.py b/test/integration/component/test_vpc.py index a79f1100a5b..1af8d8122ed 100644 --- a/test/integration/component/test_vpc.py +++ b/test/integration/component/test_vpc.py @@ -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" %