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.py268 def test_robot_run_robot_test(tmp_path, caplog, exp_out, returncode, expected_status): argument
319 assert exp_out in caplog.text
542 exp_out = "Support for handler handler_type not implemented yet"
577 assert exp_out in caplog.text
694 tmp_path, caplog, detailed_id, exp_out, line, argument
733 assert exp_out in caplog.text
734 if not "Running" in line and exp_out == "":
736 if "ztest" in exp_out: