summaryrefslogtreecommitdiffstats
path: root/tests/functional/heketi/test_heketi_device_operations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/heketi/test_heketi_device_operations.py')
-rwxr-xr-xtests/functional/heketi/test_heketi_device_operations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/heketi/test_heketi_device_operations.py b/tests/functional/heketi/test_heketi_device_operations.py
index 1d97a7f5..71430a14 100755
--- a/tests/functional/heketi/test_heketi_device_operations.py
+++ b/tests/functional/heketi/test_heketi_device_operations.py
@@ -97,7 +97,7 @@ class TestHeketiDeviceOperations(BaseClass):
return online_hosts
- @pytest.mark.tier0
+ @pytest.mark.tier1
def test_heketi_device_enable_disable(self):
"""Validate device enable and disable functionality"""
@@ -580,7 +580,7 @@ class TestHeketiDeviceOperations(BaseClass):
self.addCleanup(
heketi_device_add, h_node, h_url, device_name, node_id)
- @pytest.mark.tier0
+ @pytest.mark.tier1
def test_dev_path_mapping_basic_validation(self):
"""Validate dev_path of all the devices"""
node_with_devices = dict()