summaryrefslogtreecommitdiffstats
path: root/tests/functional/test_gluster_ops_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/test_gluster_ops_check.py')
-rw-r--r--tests/functional/test_gluster_ops_check.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/test_gluster_ops_check.py b/tests/functional/test_gluster_ops_check.py
index fc966342..a184aa2f 100644
--- a/tests/functional/test_gluster_ops_check.py
+++ b/tests/functional/test_gluster_ops_check.py
@@ -1,4 +1,5 @@
from glustolibs.gluster.brickmux_ops import is_brick_mux_enabled
+import pytest
from openshiftstoragelibs.baseclass import BaseClass
from openshiftstoragelibs.openshift_ops import cmd_run_on_gluster_pod_or_node
@@ -7,6 +8,7 @@ from openshiftstoragelibs import podcmd
class TestOpsCheck(BaseClass):
+ @pytest.mark.tier0
@podcmd.GlustoPod()
def test_check_bmux_enabled(self):
"""Check if the brickmultiplexing is enalbed"""
@@ -17,6 +19,7 @@ class TestOpsCheck(BaseClass):
err_msg = ("Brick multiplex is not enabled")
self.assertTrue(bmux_status, err_msg)
+ @pytest.mark.tier0
def test_check_max_brick_per_process(self):
"""Check if the max-brick process is set to 250"""