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_heketi_device_operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/heketi/test_heketi_device_operations.py') diff --git a/tests/functional/heketi/test_heketi_device_operations.py b/tests/functional/heketi/test_heketi_device_operations.py index 5c8f5fab..0d362767 100755 --- a/tests/functional/heketi/test_heketi_device_operations.py +++ b/tests/functional/heketi/test_heketi_device_operations.py @@ -329,7 +329,7 @@ class TestHeketiDeviceOperations(BaseClass): "Some of the '%s' volume bricks is present of the removed " "'%s' device." % (vol_info['id'], lowest_device_id)) - @pytest.mark.tier1 + @pytest.mark.tier2 def test_heketi_device_removal_with_insuff_space(self): """Validate heketi with device removal insufficient space""" -- cgit