CLOUDSTACK-3796: Fix the missing attribute for zoneid

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-07-25 15:51:16 +05:30
parent 8ee4e5ac14
commit 1d5feb158b

View File

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