1sample:
2  description: FS shell sample
3  name: FS shell
4common:
5  tags:
6    - shell
7    - filesystem
8  harness: keyboard
9tests:
10  sample.filesystem.shell:
11    platform_allow:
12      - reel_board
13      - mimxrt1060_evk/mimxrt1062/qspi
14      - mr_canhubk3
15      - native_sim
16    integration_platforms:
17      - reel_board
18  sample.filesystem.shell.fuse:
19    platform_allow:
20      - native_sim
21    extra_configs:
22      - CONFIG_FUSE_FS_ACCESS=y
23    # This test cannot be run in CI as we lack the fuse library
24    skip: true
25  sample.filesystem.shell.flash_load:
26    tags:
27      - flash_load
28    platform_allow: nrf52dk/nrf52832
29    extra_args: CONF_FILE=prj_flash_load.conf
30    integration_platforms:
31      - nrf52dk/nrf52832
32