zephyr/scripts/pylib/twister
Anas Nashif d80e3f7687 twister: harness: introduce shell harness
Introduce a new harness based on pytest that does basic shell command
handling. The harness is enabeld using:

harness: shell

and expects a file with parameters in the form:

test_shell_harness:
- command: "kernel version"
  expected: "Zephyr version .*"
- ...

Multiple commands and their expected output can be tested.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-02-08 08:13:46 +01:00
..
twisterlib twister: harness: introduce shell harness 2025-02-08 08:13:46 +01:00
expr_parser.py twister: add dt_node_prop_enabled support 2024-12-20 18:30:43 +01:00
scl.py