zephyr/samples/arch/mpu/mpu_test/test_shell.yml
Anas Nashif 7fa52993b0 samples: mpu_test: verify sample using shell harness
Verify sample using shell harness instead of just building the sample.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-02-08 08:13:46 +01:00

6 lines
136 B
YAML

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