zephyr/samples/arch/mpu/mpu_test/test_shell.yml
Grzegorz Chwierut df40aa5574 twister: shell harness with commands alongside the harness_config
Allow user to add shell commands in testcase/sample yaml file
alongside the harness_config like in the console harness.

Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
2025-02-14 19:14:38 +00:00

5 lines
116 B
YAML

- command: "mpu mtest 1"
expected: "The value is: 0x.*"
- command: "mpu mtest 2"
expected: "The value is: 0x.*"