We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80e3f7 commit 7fa5299Copy full SHA for 7fa5299
samples/arch/mpu/mpu_test/sample.yaml
@@ -4,5 +4,6 @@ tests:
4
sample.mpu.mpu_test:
5
arch_allow: arm
6
filter: CONFIG_CPU_HAS_MPU and not CONFIG_ARM64
7
- tags: mpu
8
- harness: keyboard
+ tags:
+ - mpu
9
+ harness: shell
samples/arch/mpu/mpu_test/test_shell.yml
@@ -0,0 +1,5 @@
1
+test_shell_harness:
2
+- command: "mpu mtest 1"
3
+ expected: "The value is: 0x.*"
+- command: "mpu mtest 2"
0 commit comments