From c82a3789f70a1aa5caae7187072350a1c741e119 Mon Sep 17 00:00:00 2001 From: Arun Kumar Date: Mon, 7 Sep 2020 14:30:23 +0530 Subject: [TestFix] Add marker tag to TC test_kill_bhv_fsd_while_es_pod_running Change-Id: If6c93d5f0f71ae73bebf1b7f83c2fd99a3e31456 Signed-off-by: Arun Kumar --- tests/functional/logging/test_logging_validations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/logging/test_logging_validations.py b/tests/functional/logging/test_logging_validations.py index 29902609..05a92fbc 100644 --- a/tests/functional/logging/test_logging_validations.py +++ b/tests/functional/logging/test_logging_validations.py @@ -217,6 +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 def test_kill_bhv_fsd_while_es_pod_running(self): """Validate killing of bhv fsd won't effect es pod io's""" -- cgit