mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-9026: Modifying testpath for adding missing parameter
This commit is contained in:
parent
3ded3e9000
commit
207b7e3b50
@ -248,6 +248,13 @@ class TestStorageMigration(cloudstackTestCase):
|
|||||||
DomainName=cls.account.domain
|
DomainName=cls.account.domain
|
||||||
)
|
)
|
||||||
# Create Service offering
|
# Create Service offering
|
||||||
|
cls.service_offering = ServiceOffering.create(
|
||||||
|
cls.apiclient,
|
||||||
|
cls.testdata["service_offering"]
|
||||||
|
)
|
||||||
|
|
||||||
|
cls._cleanup.append(cls.service_offering)
|
||||||
|
|
||||||
cls.service_offering_zone1 = ServiceOffering.create(
|
cls.service_offering_zone1 = ServiceOffering.create(
|
||||||
cls.apiclient,
|
cls.apiclient,
|
||||||
cls.testdata["service_offering"],
|
cls.testdata["service_offering"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user