forked from TrueCloudLab/frostfs-testcases
[#101] add request to proper work
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
38d1bdbf83
commit
c4f4e637fa
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ class TestLogs(ClusterTestBase):
|
|||
@allure.title("Check logs from frostfs-testcases with marks '{request.config.option.markexpr}'")
|
||||
@pytest.mark.logs_after_session
|
||||
@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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue