From 1d5feb158b053680d388ca66bff85346cd23af1c Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Thu, 25 Jul 2013 15:51:16 +0530 Subject: [PATCH] CLOUDSTACK-3796: Fix the missing attribute for zoneid Signed-off-by: Prasanna Santhanam --- test/integration/component/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py index 7b480e57397..85e96805962 100644 --- a/test/integration/component/test_snapshots.py +++ b/test/integration/component/test_snapshots.py @@ -147,7 +147,7 @@ class TestSnapshots(cloudstackTestCase): ) cls.services["domainid"] = cls.domain.id - cls.services["server_with_disk"]["zoneid"] = cls.zone.id + cls.services["volume"]["zoneid"] = cls.services["server_with_disk"]["zoneid"] = cls.zone.id cls.services["server_with_disk"]["diskoffering"] = cls.disk_offering.id cls.services["server_without_disk"]["zoneid"] = cls.zone.id