mirror of https://github.com/apache/cloudstack.git
Merge pull request #1031 from pritisarap12/CLOUDSTACK-9026-Modifying-testpath-for-adding-missing-parameter
CLOUDSTACK-9026: Modifying testpath for adding missing parameterAdding service_offering creation in testpath_storage_migration.py testpath which is missing right now * pr/1031: CLOUDSTACK-9026: Modifying testpath for adding missing parameter Signed-off-by: sanjeev <sanjeev@apache.org>
This commit is contained in:
commit
ee150aa631
|
|
@ -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