Searched refs:expected_logs (Results 1 – 9 of 9) sorted by relevance
/scripts/tests/build_helpers/ |
A D | test_domains.py | 41 def test_from_file(caplog, f_contents, f_exists, exit_code, expected_logs): argument 62 assert all([log in caplog.text for log in expected_logs]) 225 expected_logs, argument 249 assert all([log in caplog.text for log in expected_logs])
|
/scripts/tests/twister/ |
A D | test_environment.py | 410 expected_logs, argument 445 print(expected_logs) 449 assert all([expected_log in caplog.text for expected_log in expected_logs])
|
A D | test_scl.py | 99 def test_pykwalify_import(caplog, fail_pykwalify, log_level, expected_logs): argument 119 assert all([log in caplog.text for log in expected_logs])
|
A D | test_jobserver.py | 234 expected_logs, argument 270 assert all([log in caplog.text for log in expected_logs])
|
A D | test_testplan.py | 558 expected_logs argument 594 assert all([log in caplog.text for log in expected_logs]) 967 expected_logs argument 984 assert all([log in caplog.text for log in expected_logs]) 1600 expected_logs = [ 1606 assert all([log in caplog.text for log in expected_logs])
|
A D | test_testsuite.py | 626 expected_logs, argument 668 for expected_log in expected_logs]
|
A D | test_runner.py | 662 expected_logs, argument 742 assert all([log in caplog.text for log in expected_logs]) 771 expected_logs argument 795 assert all([log in caplog.text for log in expected_logs]) 1486 expected_logs, argument 1544 assert all([log in caplog.text for log in expected_logs]) 2060 expected_logs, argument 2141 assert all([log in trim_actual_log for log in expected_logs])
|
A D | test_handlers.py | 1388 expected_logs argument 1478 assert all([msg in messages for msg in expected_logs]) 1983 expected_logs argument 2044 assert all([expected_log in caplog.text for expected_log in expected_logs])
|
/scripts/tests/twister_blackbox/ |
A D | test_addon.py | 214 expected_exit_value, expected_logs): argument 294 assert all([log in caplog.text for log in expected_logs])
|
Completed in 22 milliseconds