summaryrefslogtreecommitdiffstats
path: root/tests/functional/logging/test_logging_validations.py
diff options
context:
space:
mode:
authorvamahaja <vamahaja@redhat.com>2020-09-17 10:45:02 +0530
committervamahaja <vamahaja@redhat.com>2020-10-12 16:46:49 +0530
commit1945bf99c2bd7f7552ed5c72924074f86fe81a7f (patch)
tree6940417960775597a9446b1400aa5e75bee85052 /tests/functional/logging/test_logging_validations.py
parentd0604ca7d194a8f158096850ac931d5f5a0b8529 (diff)
[TestFix][Tier3] Add pytest marker for 'tier3' tests
Change-Id: Idd21f2d0cfb2a1171e4e8464646684ac9164ad0e Signed-off-by: vamahaja <vamahaja@redhat.com>
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 05a92fbc..8c5d31fb 100644
--- a/tests/functional/logging/test_logging_validations.py
+++ b/tests/functional/logging/test_logging_validations.py
@@ -110,7 +110,7 @@ class TestLoggingAndGlusterRegistryValidation(GlusterBlockBaseClass):
g_new_pod = self._get_newly_deployed_gluster_pod(g_pod_list_before)
openshift_ops.wait_for_pod_be_ready(self._master, g_new_pod[0])
- @pytest.mark.tier2
+ @pytest.mark.tier3
def test_validate_logging_pods_and_pvc(self):
"""Validate metrics pods and PVC"""
@@ -143,7 +143,7 @@ class TestLoggingAndGlusterRegistryValidation(GlusterBlockBaseClass):
heketi_server_url=self._registry_heketi_server_url,
is_registry_gluster=True)
- @pytest.mark.tier2
+ @pytest.mark.tier3
def test_logging_es_pod_pvc_all_freespace_utilization(self):
"""Validate logging by utilizing all the free space of block PVC bound
to elsaticsearch pod"""