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_node_operations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/functional/heketi/test_heketi_node_operations.py') diff --git a/tests/functional/heketi/test_heketi_node_operations.py b/tests/functional/heketi/test_heketi_node_operations.py index 118b3d0c..12a508f0 100644 --- a/tests/functional/heketi/test_heketi_node_operations.py +++ b/tests/functional/heketi/test_heketi_node_operations.py @@ -532,7 +532,7 @@ class TestHeketiNodeOperations(baseclass.BaseClass): for node_id in h_nodes_list[2:]: self.addCleanup(h.heketi_node_enable, h_node, h_url, node_id) - @pytest.mark.tier1 + @pytest.mark.tier2 @ddt.data( ("volume", "create"), ("volume", "delete"), -- cgit