Skip to content

Commit 36ffed2

Browse files
erwangostephanosio
authored andcommitted
tests: drivers: flash: _ns target test case should be build only
Flash test can't be tested automatically on (at least some) _ns targets by CI. Set a dedicated test scenario for _ns targets in build_only. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent bebb98e commit 36ffed2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/drivers/flash/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ tests:
3030
filter: ((CONFIG_FLASH_HAS_DRIVER_ENABLED and
3131
not CONFIG_TRUSTED_EXECUTION_NONSECURE) and
3232
dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions"))
33-
or (CONFIG_FLASH_HAS_DRIVER_ENABLED and CONFIG_TRUSTED_EXECUTION_NONSECURE and
33+
drivers.flash.tfm_ns:
34+
build_only: true
35+
filter: (CONFIG_FLASH_HAS_DRIVER_ENABLED and CONFIG_TRUSTED_EXECUTION_NONSECURE and
3436
dt_label_with_parent_compat_enabled("slot1_ns_partition", "fixed-partitions"))
3537
drivers.flash.mcux:
3638
platform_allow: mimxrt1060_evk it8xxx2_evb mimxrt685_evk_cm33 mimxrt595_evk_cm33

0 commit comments

Comments
 (0)