From 1945bf99c2bd7f7552ed5c72924074f86fe81a7f Mon Sep 17 00:00:00 2001 From: vamahaja Date: Thu, 17 Sep 2020 10:45:02 +0530 Subject: [TestFix][Tier3] Add pytest marker for 'tier3' tests Change-Id: Idd21f2d0cfb2a1171e4e8464646684ac9164ad0e Signed-off-by: vamahaja --- tests/functional/logging/test_logging_validations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/functional/logging/test_logging_validations.py') 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""" -- cgit