From 80bd4bbeaf8feb2298cc3af16e9a1279678234d4 Mon Sep 17 00:00:00 2001 From: vamahaja Date: Sat, 14 Mar 2020 14:14:30 +0530 Subject: [TestFix] Add pytest marker for tier1 test cases Change-Id: I1d497a9b61762e68558026ddc49e5269b0354ce1 Signed-off-by: vamahaja --- tests/functional/heketi/test_block_volumes_heketi.py | 3 +++ 1 file changed, 3 insertions(+) (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 7ab6cab0..4d2c1718 100644 --- a/tests/functional/heketi/test_block_volumes_heketi.py +++ b/tests/functional/heketi/test_block_volumes_heketi.py @@ -219,6 +219,7 @@ class TestBlockVolumeOps(BaseClass): self.assertEqual(v, vol_info[bhv_name] ["options"][k]) + @pytest.mark.tier1 @ddt.data(True, False) def test_create_blockvolume_with_different_auth_values(self, auth_value): """To validate block volume creation with different auth values""" @@ -266,6 +267,7 @@ class TestBlockVolumeOps(BaseClass): ("Block volume Names are not same %s as %s", (block_vol_info["name"], vol_name))) + @pytest.mark.tier1 @podcmd.GlustoPod() def test_create_max_num_blockhostingvolumes(self): num_of_bv = 10 @@ -362,6 +364,7 @@ class TestBlockVolumeOps(BaseClass): # Check if all blockhosting volumes are deleted from heketi self.assertFalse(new_bhv_list) + @pytest.mark.tier1 @podcmd.GlustoPod() def test_targetcli_when_block_hosting_volume_down(self): """Validate no inconsistencies occur in targetcli when block volumes -- cgit