zephyr/tests/subsys/fs/ext2/testcase.yaml
Johann Fischer f67dd39bb2 drivers: ramdisk: use devicetree to instantiate RAM disk
Rework RAM disk driver to be configured using devicetree and
support multiple instances.

This patch also removes a copy of the RAM disk driver,
tests/subsys/fs/fat_fs_dual_drive/src/disk_access_test_drv.c,
that was there for testing multiple disk drivers support.

Bonus: one SYS_INIT() less and a memory region can be exported to the
host.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2023-09-18 17:36:50 +02:00

22 lines
629 B
YAML

common:
tags: filesystem
tests:
filesystem.ext2.default:
platform_allow: native_posix native_posix_64 hifive_unmatched bl5340_dvk_cpuapp
extra_args:
- EXTRA_DTC_OVERLAY_FILE="ramdisk_small.overlay"
filesystem.ext2.big:
platform_allow: native_posix native_posix_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_posix native_posix_64
extra_args: CONF_FILE=prj_flash.conf