1common: 2 tags: filesystem 3tests: 4 filesystem.ext2.default: 5 platform_allow: native_posix native_posix_64 hifive_unmatched bl5340_dvk_cpuapp 6 extra_args: 7 - EXTRA_DTC_OVERLAY_FILE="ramdisk_small.overlay" 8 9 filesystem.ext2.big: 10 platform_allow: native_posix native_posix_64 11 extra_args: 12 - CONF_FILE=prj_big.conf 13 - EXTRA_DTC_OVERLAY_FILE="ramdisk_big.overlay" 14 15 filesystem.ext2.sdcard: 16 platform_allow: hifive_unmatched bl5340_dvk_cpuapp 17 extra_args: CONF_FILE=prj_sdcard.conf 18 19 filesystem.ext2.flash: 20 platform_allow: native_posix native_posix_64 21 extra_args: CONF_FILE=prj_flash.conf 22