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 - s32z2xxdc2/s32z270/rtu0 17 - s32z2xxdc2/s32z270/rtu1 18 - s32z2xxdc2@D/s32z270/rtu0 19 - s32z2xxdc2@D/s32z270/rtu1 20 integration_platforms: 21 - native_sim 22 sample.filesystem.shell.fuse: 23 platform_allow: 24 - native_sim 25 extra_configs: 26 - CONFIG_FUSE_FS_ACCESS=y 27 # This test cannot be run in CI as we lack the fuse library 28 skip: true 29 sample.filesystem.shell.flash_load: 30 tags: 31 - flash_load 32 platform_allow: nrf52dk/nrf52832 33 extra_args: CONF_FILE=prj_flash_load.conf 34 integration_platforms: 35 - nrf52dk/nrf52832 36