zephyr/tests/subsys/fs/nvs/testcase.yaml
Alberto Escolar Piedras 1a2fc865d2 tests/subsys/fs/*: Switch to native_sim
Enable all these tests which run in native_posix in native_sim,
Switch from native_posix to native_sim as default test platform
And switch native_posix overlays to native_sim.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-22 09:54:03 +01:00

14 lines
336 B
YAML

common:
tags: nvs
tests:
filesystem.nvs:
platform_allow: qemu_x86
filesystem.nvs.0x00:
extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
platform_allow: qemu_x86
filesystem.nvs.cache:
extra_args:
- CONFIG_NVS_LOOKUP_CACHE=y
- CONFIG_NVS_LOOKUP_CACHE_SIZE=64
platform_allow: native_sim