From 1285efcf0ab5912a6c8820ef85ad12a6ef520196 Mon Sep 17 00:00:00 2001 From: vamahaja Date: Tue, 7 Apr 2020 11:41:41 +0530 Subject: [TestFix] Move tier1 test case Fix consists of - Test case 'test_initiator_side_failures_create_100_app_pods_with_block_pv' creates 100 i/o pods with PVC which takes time and may fail in case cluster is slow. Move this test case to tier2. Change-Id: I540e268eae81f7934e0d0f2d2aa6168c388c1a66 Signed-off-by: vamahaja --- tests/functional/gluster_stability/test_gluster_block_stability.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 c3424c7e..4a37697d 100644 --- a/tests/functional/gluster_stability/test_gluster_block_stability.py +++ b/tests/functional/gluster_stability/test_gluster_block_stability.py @@ -1017,7 +1017,7 @@ class TestGlusterBlockStability(GlusterBlockBaseClass): 'volume count is 9 ' % volume_count) self.assertEqual(9, volume_count, msg) - @pytest.mark.tier1 + @pytest.mark.tier2 def test_initiator_side_failures_create_100_app_pods_with_block_pv(self): # Skip test case if OCS version in lower than 3.11.4 -- cgit