[
https://issues.apache.org/jira/browse/CLOUDSTACK-9026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15152162#comment-15152162
]
ASF GitHub Bot commented on CLOUDSTACK-9026:
--------------------------------------------
Github user nitt10prashant commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1031#discussion_r53300709
--- Diff: test/integration/testpaths/testpath_storage_migration.py ---
@@ -248,6 +248,11 @@ def setUpClass(cls):
DomainName=cls.account.domain
)
# Create Service offering
+ cls.service_offering = ServiceOffering.create(
+ cls.apiclient,
+ cls.testdata["service_offering"]
+ )
+
--- End diff --
please add cls._cleanup.append(cls.service_offering)
> Modifying testpath for adding missing parameter
> -----------------------------------------------
>
> Key: CLOUDSTACK-9026
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9026
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Automation
> Reporter: Priti Sarap
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)