From 89ec3d82adf153fa15f3fa2d2f01f33b82b27429 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Thu, 6 May 2021 14:51:47 +0200 Subject: [PATCH] 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 --- tests/arch/arm/arm_thread_swap_tz/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/arch/arm/arm_thread_swap_tz/testcase.yaml b/tests/arch/arm/arm_thread_swap_tz/testcase.yaml index bcfce873d08..d47ad125ff0 100644 --- a/tests/arch/arm/arm_thread_swap_tz/testcase.yaml +++ b/tests/arch/arm/arm_thread_swap_tz/testcase.yaml @@ -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: {}