zephyr/tests/subsys/fs/multi-fs/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

29 lines
564 B
YAML

common:
tags:
- littlefs
- fatfs
- filesystem
modules:
- fatfs
- littlefs
tests:
filesystem.multifs:
extra_args:
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
platform_allow:
- native_posix
- native_sim
- qemu_x86
integration_platforms:
- native_sim
filesystem.fs_shell:
extra_args:
- CONF_FILE="prj_fs_shell.conf"
- EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
platform_allow:
- native_posix
- native_sim
- qemu_x86
integration_platforms:
- native_sim