From 2a748126e0be8a2f920b0000bb3b62f6588f347a Mon Sep 17 00:00:00 2001 From: vamahaja Date: Mon, 30 Mar 2020 13:48:41 +0530 Subject: [TestFix] Add pytest marker for tier2 test cases Change-Id: I43ebf7f489f0e80f33992edc7cea6a54dcc8a531 Signed-off-by: vamahaja --- tests/functional/heketi/test_block_volumes_heketi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/heketi/test_block_volumes_heketi.py') diff --git a/tests/functional/heketi/test_block_volumes_heketi.py b/tests/functional/heketi/test_block_volumes_heketi.py index 6522ae3b..c5418eb0 100644 --- a/tests/functional/heketi/test_block_volumes_heketi.py +++ b/tests/functional/heketi/test_block_volumes_heketi.py @@ -367,7 +367,7 @@ class TestBlockVolumeOps(BaseClass): # Check if all blockhosting volumes are deleted from heketi self.assertFalse(new_bhv_list) - @pytest.mark.tier1 + @pytest.mark.tier2 @podcmd.GlustoPod() def test_targetcli_when_block_hosting_volume_down(self): """Validate no inconsistencies occur in targetcli when block volumes -- cgit