From b9079f3db117d7aed50a97c62b7cfeabacda4ec5 Mon Sep 17 00:00:00 2001 From: John Dilley Date: Thu, 14 Aug 2014 10:34:26 +0000 Subject: [PATCH] CLOUDSTACK-7346: Skip iSCSI primary storage test for VMWare Signed-off-by: Santhosh Edukulla --- test/integration/smoke/test_primary_storage.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/smoke/test_primary_storage.py b/test/integration/smoke/test_primary_storage.py index c3fb4aad2bd..0813d28a0b9 100644 --- a/test/integration/smoke/test_primary_storage.py +++ b/test/integration/smoke/test_primary_storage.py @@ -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