tests: arm_thread_swap_tz: add tfm tag

Add the tfm tag to the arm_thread_swap_tz test,
since the test is running with TF-M by default.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2021-05-06 14:51:47 +02:00
commit 89ec3d82ad

View file

@ -1,6 +1,6 @@
common:
filter: (CONFIG_TFM_BOARD != "") and CONFIG_ARM_NONSECURE_FIRMWARE
tags: arm
tags: arm tfm
arch_allow: arm
tests:
arch.arm.swap.tz: {}