zephyr/scripts/pylib
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
..
build_helpers
pytest-twister-harness twister: fix shell prompt detection with VT100 colors disabled 2025-01-17 16:35:33 +01:00
shell-twister-harness twister: harness: introduce shell harness 2025-02-08 08:13:46 +01:00
twister twister: harness: introduce shell harness 2025-02-08 08:13:46 +01:00