Add request to test for proper work #101

Merged
abereziny merged 1 commit from abereziny/frostfs-testcases:feature-distinct-special-log-test into master 2023-10-06 09:14:54 +00:00

View file

@ -11,7 +11,9 @@ class TestLogs(ClusterTestBase):
@allure.title("Check logs from frostfs-testcases with marks '{request.config.option.markexpr}'") @allure.title("Check logs from frostfs-testcases with marks '{request.config.option.markexpr}'")
@pytest.mark.logs_after_session @pytest.mark.logs_after_session
@pytest.mark.no_healthcheck @pytest.mark.no_healthcheck
def test_logs_after_session(self, temp_directory: str, session_start_time: datetime): def test_logs_after_session(
self, temp_directory: str, session_start_time: datetime, request: pytest.FixtureRequest
):
""" """
This test automatically added to any test run to check logs from cluster for critical errors. This test automatically added to any test run to check logs from cluster for critical errors.