1common:
2  tags:
3    - littlefs
4    - fatfs
5    - filesystem
6  modules:
7    - fatfs
8    - littlefs
9tests:
10  filesystem.multifs:
11    extra_args:
12      - EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
13    platform_allow:
14      - native_sim
15      - qemu_x86
16    integration_platforms:
17      - native_sim
18  filesystem.fs_shell:
19    extra_args:
20      - CONF_FILE="prj_fs_shell.conf"
21      - EXTRA_DTC_OVERLAY_FILE="ramdisk.overlay"
22    platform_allow:
23      - native_sim
24      - qemu_x86
25    integration_platforms:
26      - native_sim
27