tests: arch: arm: arm_runtime_nmi: Add filter for Cortex-M
This commit adds a filter to restrict the `arch/arm/arm_runtime_nmi` test to the ARM Cortex-M platforms only, since this test currently does not support the Cortex-A and Cortex-R platforms. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
1828ea467a
commit
f4b54cee12
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
arch.interrupt.arm.nmi:
|
arch.interrupt.arm.nmi:
|
||||||
|
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE
|
||||||
arch_whitelist: arm
|
arch_whitelist: arm
|
||||||
tags: nmi interrupt arm
|
tags: nmi interrupt arm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue