From 903a79431aefed48bc1c918a7fca14b7a96444bb Mon Sep 17 00:00:00 2001 From: Hake Huang Date: Wed, 30 Aug 2023 14:39:51 +0800 Subject: [PATCH] tests: driver: flash_default limited on tier one boards remove mcux test scenario, which is overlapped with default limit test to boards listed in the boards list fixing: #62067 Signed-off-by: Hake Huang --- tests/drivers/flash/common/testcase.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/tests/drivers/flash/common/testcase.yaml b/tests/drivers/flash/common/testcase.yaml index c37515e9140..73b8e61623a 100644 --- a/tests/drivers/flash/common/testcase.yaml +++ b/tests/drivers/flash/common/testcase.yaml @@ -34,20 +34,18 @@ tests: and dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")) integration_platforms: - qemu_x86 + - mimxrt1060_evk + platform_allow: + - mimxrt1060_evk + - it8xxx2_evb + - mimxrt685_evk_cm33 + - mimxrt595_evk_cm33 drivers.flash.common.tfm_ns: build_only: true filter: (CONFIG_FLASH_HAS_DRIVER_ENABLED and CONFIG_TRUSTED_EXECUTION_NONSECURE and dt_label_with_parent_compat_enabled("slot1_ns_partition", "fixed-partitions")) integration_platforms: - nrf9161dk_nrf9161_ns - drivers.flash.mcux: - platform_allow: - - mimxrt1060_evk - - it8xxx2_evb - - mimxrt685_evk_cm33 - - mimxrt595_evk_cm33 - integration_platforms: - - mimxrt1060_evk drivers.flash.common.stm32: platform_allow: - nucleo_f103rb