1sample:
2  name: format filesystem sample
3tests:
4  sample.filesystem.format.littlefs:
5    platform_allow:
6      - native_sim
7      - nrf52dk/nrf52832
8    build_only: true
9    tags: filesystem
10  sample.filesystem.format.fat_fs:
11    platform_allow:
12      - native_sim
13      - mimxrt1064_evk
14    build_only: true
15    extra_args:
16      - CONF_FILE="prj_ram.conf"
17      - EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
18    tags: filesystem
19