1common:
2  tags: filesystem
3tests:
4  filesystem.ext2.default:
5    platform_allow:
6      - native_sim
7      - native_sim/native/64
8      - hifive_unmatched/fu740/s7
9      - hifive_unmatched/fu740/u74
10      - bl5340_dvk/nrf5340/cpuapp
11    integration_platforms:
12      - native_sim
13    extra_args:
14      - EXTRA_DTC_OVERLAY_FILE="ramdisk_small.overlay"
15
16  filesystem.ext2.big:
17    platform_allow:
18      - native_sim
19      - native_sim/native/64
20    extra_args:
21      - CONF_FILE=prj_big.conf
22      - EXTRA_DTC_OVERLAY_FILE="ramdisk_big.overlay"
23
24  filesystem.ext2.sdcard:
25    simulation_exclude:
26      - renode
27    platform_allow:
28      - hifive_unmatched/fu740/s7
29      - hifive_unmatched/fu740/u74
30      - bl5340_dvk/nrf5340/cpuapp
31    extra_args: CONF_FILE=prj_sdcard.conf
32
33  filesystem.ext2.flash:
34    platform_allow:
35      - native_sim
36      - native_sim/native/64
37    extra_args: CONF_FILE=prj_flash.conf
38