tests: drivers: flash: change integration_platforms

drivers.flash.nrf_qspi_nor and drivers.flash.soc_flash_nrf:
keep nrf52840dk_nrf52840 as integration_platform

drivers.flash.default:
Use mimxrt1060_evk instead as integration_platform,
this is the only platform allowed.

drivers.flash.stm32:
Add a bunch of boards as integration_platforms for
this test configuration.

Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
Thomas Stranger 2021-08-05 22:53:15 +02:00 committed by Christopher Friedt
commit 9e852644a8

View file

@ -1,20 +1,37 @@
common:
integration_platforms:
- nrf52840dk_nrf52840
tests:
drivers.flash.nrf_qspi_nor:
platform_allow: nrf52840dk_nrf52840
tags: flash nrf52 nrf_qspi_fash
extra_args: OVERLAY_CONFIG=boards/nrf52840_flash_qspi.conf
integration_platforms:
- nrf52840dk_nrf52840
drivers.flash.soc_flash_nrf:
platform_allow: nrf52840dk_nrf52840
tags: nrf52 soc_flash_nrf
extra_args: OVERLAY_CONFIG=boards/nrf52840_flash_soc.conf
integration_platforms:
- nrf52840dk_nrf52840
drivers.flash.default:
platform_allow: mimxrt1060_evk
tags: mcux
integration_platforms:
- mimxrt1060_evk
drivers.flash.stm32:
filter: dt_compat_enabled("st,stm32-flash-controller") and
integration_platforms:
- nucleo_f091rc
- nucleo_f103rc
- nucleo_f207zg
- stm32f3_disco
- nucleo_f429zi
- stm32f746g_disco
- nucleo_g0b1re
- nucleo_g474re
- nucleo_h743zi
- nucleo_l152re
- disco_l475_iot1
- nucleo_wb55rg
- nucleo_wl55jc
filter: (dt_compat_enabled("st,stm32-flash-controller") or
dt_compat_enabled("st,stm32h7-flash-controller")) and
dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
tags: drivers flash