- Add integration_platforms to avoid excessive filtering - Make sure integration platforms are actually part of the filter - Fix some tags and test meta data Signed-off-by: Anas Nashif <anas.nashif@intel.com>
78 lines
2.6 KiB
YAML
78 lines
2.6 KiB
YAML
common:
|
|
tags:
|
|
- drivers
|
|
- flash
|
|
tests:
|
|
drivers.flash.common.nrf_qspi_nor:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: OVERLAY_CONFIG=boards/nrf52840_flash_qspi.conf
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
drivers.flash.common.nrf_qspi_nor.size_in_bytes:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args:
|
|
- OVERLAY_CONFIG=boards/nrf52840_flash_qspi.conf
|
|
- DTC_OVERLAY_FILE=boards/nrf52840_size_in_bytes.overlay
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
drivers.flash.common.nrf_qspi_nor_4B_addr:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args:
|
|
- OVERLAY_CONFIG=boards/nrf52840_flash_qspi.conf
|
|
- DTC_OVERLAY_FILE=boards/nrf52840dk_mx25l51245g.overlay
|
|
harness_config:
|
|
fixture: external_flash
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
drivers.flash.common.soc_flash_nrf:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: OVERLAY_CONFIG=boards/nrf52840_flash_soc.conf
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
drivers.flash.common.default:
|
|
filter: ((CONFIG_FLASH_HAS_DRIVER_ENABLED and not CONFIG_TRUSTED_EXECUTION_NONSECURE)
|
|
and dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions"))
|
|
integration_platforms:
|
|
- qemu_x86
|
|
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
|
|
- nucleo_f207zg
|
|
- stm32f3_disco
|
|
- nucleo_f429zi
|
|
- stm32f746g_disco
|
|
- nucleo_g0b1re
|
|
- nucleo_g474re
|
|
- nucleo_h743zi
|
|
- nucleo_l152re
|
|
- disco_l475_iot1
|
|
- nucleo_wb55rg
|
|
- nucleo_wl55jc
|
|
- stm32l562e_dk
|
|
- stm32l562e_dk_ns
|
|
integration_platforms:
|
|
- nucleo_f103rb
|
|
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")
|
|
drivers.flash.common.mx25r_high_perf:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args:
|
|
- OVERLAY_CONFIG=boards/nrf52840dk_flash_spi.conf
|
|
- DTC_OVERLAY_FILE=boards/nrf52840dk_mx25r_high_perf.overlay
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|