Utilities for testing embedded devices
Find a file
Jan Lindemann 1c674dfa3f Add test.cmds_exec()
test.cmds_exec() takes a list of lists with commands to be sent to a
console, returns None on success and an error message on failure.

The list can consist of up to three entries, 2 + 3 are optional:

  [ cmd, expect-regex, timeout]

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-17 11:12:26 +01:00
make First commit 2025-11-17 11:12:21 +01:00
scripts First commit 2025-11-17 11:12:21 +01:00
src Add test.cmds_exec() 2025-11-17 11:12:26 +01:00
test/list-cmd Add test/list-cmd 2025-11-17 11:12:26 +01:00
Makefile First commit 2025-11-17 11:12:21 +01:00
VERSION First commit 2025-11-17 11:12:21 +01:00