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

32 lines
697 B
YAML

common:
tags: filesystem
tests:
filesystem.ext2.default:
platform_allow:
- native_sim
- native_sim_64
- hifive_unmatched
- bl5340_dvk_cpuapp
extra_args:
- EXTRA_DTC_OVERLAY_FILE="ramdisk_small.overlay"
filesystem.ext2.big:
platform_allow:
- native_sim
- native_sim_64
extra_args:
- CONF_FILE=prj_big.conf
- EXTRA_DTC_OVERLAY_FILE="ramdisk_big.overlay"
filesystem.ext2.sdcard:
platform_allow:
- hifive_unmatched
- bl5340_dvk_cpuapp
extra_args: CONF_FILE=prj_sdcard.conf
filesystem.ext2.flash:
platform_allow:
- native_sim
- native_sim_64
extra_args: CONF_FILE=prj_flash.conf