[
https://issues.apache.org/jira/browse/CLOUDSTACK-8574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14597223#comment-14597223
]
ASF GitHub Bot commented on CLOUDSTACK-8574:
--------------------------------------------
Github user pritisarap12 commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/488#discussion_r33011867
--- Diff: test/integration/component/test_stopped_vm.py ---
@@ -53,6 +54,13 @@ def setUpClass(cls):
cls.domain = get_domain(cls.api_client)
cls.zone = get_zone(cls.api_client,
cls.testClient.getZoneForTests())
+ cls.hypervisor = cls.testClient.getHypervisorInfo()
+
+ if cls.hypervisor.lower() == 'lxc':
+ if not find_storage_pool_type(cls.apiclient,
storagetype='rbd'):
+ raise unittest.SkipTest("RBD storage type is required for
data volumes for LXC")
--- End diff --
Done with the review changes.
> Skip testcases including data disk creation for LXC if storagePool type is
> not RBD
> ----------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-8574
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8574
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Automation
> Affects Versions: 4.5.1
> Reporter: Priti Sarap
> Fix For: 4.5.1
>
>
> As LXC DATA disk is supported only on RBD StoragePool skip the testcases
> where storagepool type is other than RBD
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)