zephyr/tests/subsys/settings/functional/nvs/testcase.yaml
Alexander Mihajlovic 296d51511d tests: settings: Add tests for chosen zephyr,settings-partition
Add test cases using settings-partition chosen for both FCB and NVS.

Signed-off-by: Alexander Mihajlovic <a@abxy.se>
2022-03-24 08:16:46 -04:00

13 lines
442 B
YAML

tests:
system.settings.functional.nvs:
platform_allow: qemu_x86 native_posix native_posix_64
tags: settings_nvs
system.settings.functional.nvs.chosen:
extra_args: DTC_OVERLAY_FILE=./chosen.overlay
platform_allow: native_posix native_posix_64
tags: settings_nvs
system.settings.functional.nvs.dk:
extra_args: OVERLAY_CONFIG=mpu.conf
platform_allow: nrf52840dk_nrf52840 nrf52dk_nrf52832
tags: settings_nvs