CLOUDSTACK-7346: Skip iSCSI primary storage test for VMWare

Signed-off-by: Santhosh Edukulla <santhosh.edukulla@gmail.com>
This commit is contained in:
John Dilley 2014-08-14 10:34:26 +00:00 committed by Santhosh Edukulla
parent 758a73d7c9
commit b9079f3db1

View File

@ -151,11 +151,11 @@ class TestPrimaryStorageServices(cloudstackTestCase):
@attr(tags = ["advanced", "advancedns", "smoke", "basic", "sg"], required_hardware="true")
def test_01_primary_storage_iscsi(self):
"""Test primary storage pools - XEN, VMWare. Not Supported for kvm,hyperv
"""Test primary storage pools - XEN. Not Supported for kvm,hyperv,vmware
"""
if self.hypervisor.lower() in ["kvm","hyperv"]:
raise self.skipTest("iscsi primary storage not supported on kvm or Hyper-V")
if self.hypervisor.lower() in ["kvm","hyperv", "vmware"]:
raise self.skipTest("iscsi primary storage not supported on kvm, VMWare or Hyper-V")
# Validate the following:
# 1. List Clusters