summaryrefslogtreecommitdiffstats
path: root/tests/functional
diff options
context:
space:
mode:
authorvamahaja <vamahaja@redhat.com>2020-04-24 11:52:03 +0530
committervamahaja <vamahaja@redhat.com>2020-04-24 11:52:03 +0530
commitea4fdcc31afbe0c27d249e6905265d7defcfc829 (patch)
tree412eeea990ed3d43d2b6499506a1c0889508fd59 /tests/functional
parentdc6b360a99845af6cb77ff1626bd5ec6b9730eb3 (diff)
[TestFix] Add CRS check for tier0 test cases
Change-Id: I995759d6f77edd5b096a8c1666eee6ab0dbc6cc8 Signed-off-by: vamahaja <vamahaja@redhat.com>
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/heketi/test_heketi_node_operations.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/heketi/test_heketi_node_operations.py b/tests/functional/heketi/test_heketi_node_operations.py
index 0bf5a4b2..1f5e2b04 100644
--- a/tests/functional/heketi/test_heketi_node_operations.py
+++ b/tests/functional/heketi/test_heketi_node_operations.py
@@ -240,6 +240,11 @@ class TestHeketiNodeOperations(baseclass.BaseClass):
@pytest.mark.tier0
def test_heketi_node_add_with_valid_cluster(self):
"""Test heketi node add operation with valid cluster id"""
+ if not self.is_containerized_gluster():
+ self.skipTest(
+ "Skipping this test case as CRS version check "
+ "is not implemented")
+
if (openshift_storage_version.get_openshift_storage_version()
< "3.11.4"):
self.skipTest(