Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/tests/twister/
Dtest_harness.py351 def test_robot_run_robot_test(tmp_path, caplog, exp_out, returncode, expected_status): argument
402 assert exp_out in caplog.text
625 exp_out = "Support for handler handler_type not implemented yet"
660 assert exp_out in caplog.text
777 tmp_path, caplog, detailed_id, exp_out, line, argument
817 assert exp_out in caplog.text
818 if not "Running" in line and exp_out == "":
820 if "ztest" in exp_out: