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:
Stephanos Ioannidis 2020-03-21 18:15:37 +09:00 committed by Ioannis Glaropoulos
parent 1828ea467a
commit f4b54cee12

View file

@ -1,4 +1,5 @@
tests:
arch.interrupt.arm.nmi:
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE
arch_whitelist: arm
tags: nmi interrupt arm