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:
parent
14d7fab4a0
commit
89ec3d82ad
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
common:
|
common:
|
||||||
filter: (CONFIG_TFM_BOARD != "") and CONFIG_ARM_NONSECURE_FIRMWARE
|
filter: (CONFIG_TFM_BOARD != "") and CONFIG_ARM_NONSECURE_FIRMWARE
|
||||||
tags: arm
|
tags: arm tfm
|
||||||
arch_allow: arm
|
arch_allow: arm
|
||||||
tests:
|
tests:
|
||||||
arch.arm.swap.tz: {}
|
arch.arm.swap.tz: {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue