summaryrefslogtreecommitdiffstats
path: root/tests/functional/logging/test_logging_validations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/logging/test_logging_validations.py')
-rw-r--r--tests/functional/logging/test_logging_validations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/logging/test_logging_validations.py b/tests/functional/logging/test_logging_validations.py
index 8c5d31fb..63346f0a 100644
--- a/tests/functional/logging/test_logging_validations.py
+++ b/tests/functional/logging/test_logging_validations.py
@@ -170,7 +170,7 @@ class TestLoggingAndGlusterRegistryValidation(GlusterBlockBaseClass):
self.addCleanup(
openshift_ops.oc_rsh, self._master, es_pod, cmd_remove_file)
- @pytest.mark.tier2
+ @pytest.mark.tier4
def test_resping_gluster_pod(self):
"""Validate gluster pod restart with no disruption to elasticsearch pod
"""
@@ -217,7 +217,7 @@ class TestLoggingAndGlusterRegistryValidation(GlusterBlockBaseClass):
" {} and after {} for es pod to be equal after gluster pod"
" respin".format(restart_count_before, restart_count_after))
- @pytest.mark.tier2
+ @pytest.mark.tier4
def test_kill_bhv_fsd_while_es_pod_running(self):
"""Validate killing of bhv fsd won't effect es pod io's"""