From 41b08339698e515ce6c1b4cae825e116b7448d61 Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Fri, 31 Jul 2020 16:13:23 +0530 Subject: [TestFix] Remove redundant skip statement from test case 'TestGlusterBlockStability.SetUp' already have a check for 'crs' or 'cns'. Removed redundant skip statement which perform same step in test case 'test_initiator_side_failures_initiator_and_target_on_same_node'. Change-Id: Ia587f9d17b9752a218ead030faa6941938b0d4c7 Signed-off-by: Arun Kumar --- tests/functional/gluster_stability/test_gluster_block_stability.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/functional/gluster_stability/test_gluster_block_stability.py b/tests/functional/gluster_stability/test_gluster_block_stability.py index 4ac68ca8..896d2ce0 100644 --- a/tests/functional/gluster_stability/test_gluster_block_stability.py +++ b/tests/functional/gluster_stability/test_gluster_block_stability.py @@ -226,12 +226,6 @@ class TestGlusterBlockStability(GlusterBlockBaseClass): # Get the list of nodes other than gluster o_nodes = list((set(nodes) - set(g_nodes))) - # Skip the test case if it is crs setup - if not g_nodes: - self.skipTest("skipping test case because it is not a " - "containerized gluster setup. " - "This test case is for containerized gluster only.") - # Make other nodes unschedulable oc_adm_manage_node( self.node, '--schedulable=false', nodes=o_nodes) -- cgit