zephyr/tests/subsys/storage/flash_map/testcase.yaml
Andrej Butok e53eec0851 yaml: use EXTRA_CONF_FILE in .yaml files
Use EXTRA_CONF_FILE in sample yaml files,
that replaced deprecated OVERLAY_CONFIG
since the Zephyr v3.4 release.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
2024-10-17 09:45:25 +02:00

46 lines
1.1 KiB
YAML

tests:
storage.flash_map:
platform_allow:
- nrf51dk/nrf51822
- nrf9160dk/nrf9160/ns
- qemu_x86
- native_sim
- native_sim/native/64
- mr_canhubk3
tags: flash_map
integration_platforms:
- native_sim
storage.flash_map.mpu:
extra_args: EXTRA_CONF_FILE=overlay-mpu.conf
timeout: 120
platform_allow:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- frdm_k64f
- hexiwear/mk64f12
- twr_ke18f
integration_platforms:
- nrf52840dk/nrf52840
tags: flash_map
storage.flash_map.mbedtls:
extra_args: EXTRA_CONF_FILE=overlay-mbedtls.conf
platform_allow:
- nrf51dk/nrf51822
- qemu_x86
- native_sim
- native_sim/native/64
- mr_canhubk3
tags: flash_map
integration_platforms:
- native_sim
storage.flash_map.psa:
extra_args: EXTRA_CONF_FILE=overlay-psa.conf
platform_allow:
- nrf51dk/nrf51822
- native_sim
- native_sim/native/64
- mr_canhubk3
tags: flash_map
integration_platforms:
- native_sim