1common:
2  tags:
3    - filesystem
4    - fatfs
5  modules:
6    - fatfs
7tests:
8  filesystem.fat.api:
9    platform_allow:
10      - native_sim
11  filesystem.fat.api.lfn:
12    extra_args: CONF_FILE="prj_lfn.conf"
13    platform_allow:
14      - native_sim
15  filesystem.fat.api.mmc:
16    extra_args: CONF_FILE="prj_mmc.conf"
17    filter: dt_compat_enabled("zephyr,mmc-disk")
18  filesystem.fat.api.sdmmc:
19    extra_args: CONF_FILE="prj_sdmmc.conf"
20    filter: dt_compat_enabled("zephyr,sdmmc-disk")
21  filesystem.fat.ram.api:
22    platform_allow:
23      - native_sim
24    extra_args:
25      - CONF_FILE="prj_native_ram.conf"
26      - EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
27  filesystem.fat.api.reentrant:
28    platform_allow:
29      - native_sim
30    extra_configs:
31      - CONFIG_FS_FATFS_REENTRANT=y
32      - CONFIG_MULTITHREADING=y
33