From f05e8e8f2798632e28392f0158a18172e1a2edb5 Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Mon, 16 Jan 2023 16:44:38 +0000 Subject: [PATCH] tests: drivers: flash: Fix filter using non-existent partition Filtering used image_1_nonsecure as DTS node label, while correct one is slot1_ns_partition. Signed-off-by: Dominik Ermel --- tests/drivers/flash/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/drivers/flash/testcase.yaml b/tests/drivers/flash/testcase.yaml index 80d51458bf6..a45390bff75 100644 --- a/tests/drivers/flash/testcase.yaml +++ b/tests/drivers/flash/testcase.yaml @@ -31,7 +31,7 @@ tests: not CONFIG_TRUSTED_EXECUTION_NONSECURE) and dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")) or (CONFIG_FLASH_HAS_DRIVER_ENABLED and CONFIG_TRUSTED_EXECUTION_NONSECURE and - dt_label_with_parent_compat_enabled("image_1_nonsecure", "fixed-partitions")) + dt_label_with_parent_compat_enabled("slot1_ns_partition", "fixed-partitions")) drivers.flash.mcux: platform_allow: mimxrt1060_evk it8xxx2_evb mimxrt685_evk_cm33 mimxrt595_evk_cm33 integration_platforms: