mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3796: Fix the missing attribute for zoneid
Signed-off-by: Prasanna Santhanam <tsp@apache.org> (cherry picked from commit 3277ceaf0b619171a19893f525aec2685ae6367c)
This commit is contained in:
parent
e1eb70a4a5
commit
1012d87860
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue