Skip to content

Commit 207b7e3

Browse files
author
Priti Sarap
committed
CLOUDSTACK-9026: Modifying testpath for adding missing parameter
1 parent 3ded3e9 commit 207b7e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/integration/testpaths/testpath_storage_migration.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,13 @@ def setUpClass(cls):
248248
DomainName=cls.account.domain
249249
)
250250
# Create Service offering
251+
cls.service_offering = ServiceOffering.create(
252+
cls.apiclient,
253+
cls.testdata["service_offering"]
254+
)
255+
256+
cls._cleanup.append(cls.service_offering)
257+
251258
cls.service_offering_zone1 = ServiceOffering.create(
252259
cls.apiclient,
253260
cls.testdata["service_offering"],

0 commit comments

Comments
 (0)