zephyr/tests/subsys/settings/functional/nvs/testcase.yaml
Anas Nashif abb5f52898 tests: settings: where possible, use simulators for integration platforms
We want to be able to run tests and get results in CI, not just build
for platforms we do not have access to.
Where possible, use a simulator instead of hw platforms.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-03-11 11:34:54 +01:00

47 lines
1.1 KiB
YAML

tests:
settings.functional.nvs:
platform_allow:
- qemu_x86
- mps2/an385
- native_sim
- native_sim/native/64
- s32z2xxdc2/s32z270/rtu0
- s32z2xxdc2/s32z270/rtu1
- s32z2xxdc2@D/s32z270/rtu0
- s32z2xxdc2@D/s32z270/rtu1
integration_platforms:
- mps2/an385
tags:
- settings
- nvs
settings.functional.nvs.chosen:
extra_args: DTC_OVERLAY_FILE=./chosen.overlay
platform_allow:
- mps2/an385
- native_sim
- native_sim/native/64
- s32z2xxdc2/s32z270/rtu0
- s32z2xxdc2/s32z270/rtu1
- s32z2xxdc2@D/s32z270/rtu0
- s32z2xxdc2@D/s32z270/rtu1
integration_platforms:
- mps2/an385
tags:
- settings
- nvs
settings.functional.nvs.dk:
extra_args: EXTRA_CONF_FILE=mpu.conf
platform_allow:
- nrf52840dk/nrf52840
- nrf52dk/nrf52832
- s32z2xxdc2/s32z270/rtu0
- s32z2xxdc2/s32z270/rtu1
- s32z2xxdc2@D/s32z270/rtu0
- s32z2xxdc2@D/s32z270/rtu1
- mps2/an385
integration_platforms:
- mps2/an385
tags:
- settings
- nvs