zephyr/tests/subsys/settings/functional/nvs/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

28 lines
587 B
YAML

tests:
settings.functional.nvs:
platform_allow:
- qemu_x86
- native_sim
- native_sim/native/64
tags:
- settings
- nvs
settings.functional.nvs.chosen:
extra_args: DTC_OVERLAY_FILE=./chosen.overlay
platform_allow:
- native_sim
- native_sim/native/64
tags:
- settings
- nvs
settings.functional.nvs.dk:
extra_args: EXTRA_CONF_FILE=mpu.conf
platform_allow:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
integration_platforms:
- nrf52840dk/nrf52840
tags:
- settings
- nvs