mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3796: Fix the missing attribute for zoneid
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
8ee4e5ac14
commit
1d5feb158b
|
|
@ -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