forked from TrueCloudLab/frostfs-testcases
[#274] Change mark log analyzer
This commit is contained in:
parent
ba79bf46cb
commit
be31aa4f4b
2 changed files with 4 additions and 2 deletions
|
@ -68,3 +68,4 @@ markers =
|
|||
static_session_container: tests for a static session in a container
|
||||
shard: shard management tests
|
||||
logs_after_session: tests after a session with logs
|
||||
session_logs: check logs messages
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue