From f56bb3920cb501d0fafa583bc851c1e7dda4aa30 Mon Sep 17 00:00:00 2001 From: vamahaja Date: Wed, 16 Sep 2020 19:11:22 +0530 Subject: [TestFix][Tier1] Move 'tier0' tests to 'tier1' Change-Id: Ie1f01771518e82eec378564ddde34ae0fb7f0ac6 Signed-off-by: vamahaja --- .../functional/gluster_stability/test_restart_gluster_block_prov_pod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/gluster_stability') diff --git a/tests/functional/gluster_stability/test_restart_gluster_block_prov_pod.py b/tests/functional/gluster_stability/test_restart_gluster_block_prov_pod.py index 7551011a..199c7552 100644 --- a/tests/functional/gluster_stability/test_restart_gluster_block_prov_pod.py +++ b/tests/functional/gluster_stability/test_restart_gluster_block_prov_pod.py @@ -15,7 +15,7 @@ from openshiftstoragelibs.openshift_ops import ( class TestRestartGlusterBlockPod(BaseClass): - @pytest.mark.tier0 + @pytest.mark.tier1 def test_restart_gluster_block_provisioner_pod(self): """Restart gluster-block provisioner pod.""" -- cgit