Enable native_sim for these tests (platform_allow filter) Switch from native_posix to native_sim as default test platform And switch overlays from native_posix to native_sim Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
32 lines
662 B
YAML
32 lines
662 B
YAML
tests:
|
|
settings.functional.nvs:
|
|
platform_allow:
|
|
- qemu_x86
|
|
- native_posix
|
|
- native_posix_64
|
|
- native_sim
|
|
- native_sim_64
|
|
tags:
|
|
- settings
|
|
- nvs
|
|
settings.functional.nvs.chosen:
|
|
extra_args: DTC_OVERLAY_FILE=./chosen.overlay
|
|
platform_allow:
|
|
- native_posix
|
|
- native_posix_64
|
|
- native_sim
|
|
- native_sim_64
|
|
tags:
|
|
- settings
|
|
- nvs
|
|
settings.functional.nvs.dk:
|
|
extra_args: OVERLAY_CONFIG=mpu.conf
|
|
platform_allow:
|
|
- nrf52840dk_nrf52840
|
|
- nrf52dk_nrf52832
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
tags:
|
|
- settings
|
|
- nvs
|