Home
last modified time | relevance | path

Searched refs:expected_log (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/scripts/tests/twister/
Dtest_log_helper.py28 def test_log_command(caplog, system, expected_log): argument
41 assert expected_log in caplog.text
Dtest_environment.py465 assert all([expected_log in caplog.text for expected_log in expected_logs])
514 expected_log, argument
539 assert expected_log in caplog.text
569 def test_get_toolchain(caplog, script_result, exit_value, expected_log): argument
598 assert expected_log in caplog.text
Dtest_testsuite.py667 [expected_log in " ".join(caplog.text.split()) \
668 for expected_log in expected_logs]
Dtest_handlers.py2044 assert all([expected_log in caplog.text for expected_log in expected_logs])
Dtest_runner.py840 expected_log argument
872 log_info_mock.assert_called_with(expected_log, mock.ANY)