mirror of https://github.com/apache/cloudstack.git
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
|
||||
)
|
||||
# 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.apiclient,
|
||||
cls.testdata["service_offering"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue