[#273] Add new mark session_logs #273

Merged
abereziny merged 1 commit from i.niyazov/frostfs-testcases:fix-marks-test-logs into master 2024-07-25 15:30:58 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 8702c9dc88 - Show all commits

View file

@ -67,3 +67,4 @@ markers =
ec_replication: replication EC
static_session_container: tests for a static session in a container
shard: shard management tests
session_logs: check logs messages

View file

@ -20,8 +20,9 @@ def pytest_generate_tests(metafunc: pytest.Metafunc):
)
@pytest.mark.logs_after_session
@pytest.mark.session_logs
class TestLogs:
@pytest.mark.logs_after_session
@pytest.mark.order(1000)
@allure.title("Check logs from frostfs-testcases with marks '{request.config.option.markexpr}' - search errors")
def test_logs_search_errors(self, temp_directory: str, cluster: Cluster, session_start_time: datetime, request: pytest.FixtureRequest):