From ad777a2c65e9b3d3ff4a536abb333534b2486228 Mon Sep 17 00:00:00 2001 From: vamahaja Date: Thu, 17 Sep 2020 11:33:49 +0530 Subject: [TestFix][Tier4] Add pytest marker for 'tier4' tests Change-Id: I3c331883aff037116d3680649c29a39a266b0684 Signed-off-by: vamahaja --- tests/functional/heketi/test_server_state_examine_gluster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/heketi/test_server_state_examine_gluster.py') diff --git a/tests/functional/heketi/test_server_state_examine_gluster.py b/tests/functional/heketi/test_server_state_examine_gluster.py index 0a93c9eb..f802c68c 100644 --- a/tests/functional/heketi/test_server_state_examine_gluster.py +++ b/tests/functional/heketi/test_server_state_examine_gluster.py @@ -166,7 +166,7 @@ class TestHeketiServerStateExamineGluster(BaseClass): "gluster examine {} are not same".format( vol_type, heketi_volumes, examine_volumes)) - @pytest.mark.tier2 + @pytest.mark.tier4 def test_validate_report_after_node_poweroff(self): """Validate node report in heketi gluster examine after poweroff""" # Skip test if not able to connect to Cloud Provider -- cgit