Instead of always enabling fuse for native_posix, let's give users instructions on how to enable it while building. In the documentation: replace the references to native_posix with native_sim, improve the links, mention the flash simulator, and provide a separate subsection for FUSE access. Add a separate test for the sample with fuse access enabled and be sure it is possible to run both this and the basic one with native_sim (was filtered out before for native_posix) Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
32 lines
705 B
YAML
32 lines
705 B
YAML
sample:
|
|
description: FS shell sample
|
|
name: FS shell
|
|
common:
|
|
tags:
|
|
- shell
|
|
- filesystem
|
|
harness: keyboard
|
|
tests:
|
|
sample.filesystem.shell:
|
|
platform_allow:
|
|
- reel_board
|
|
- mimxrt1060_evk
|
|
- mr_canhubk3
|
|
- native_sim
|
|
integration_platforms:
|
|
- reel_board
|
|
sample.filesystem.shell.fuse:
|
|
platform_allow:
|
|
- native_sim
|
|
extra_configs:
|
|
- CONFIG_FUSE_FS_ACCESS=y
|
|
# This test cannot be run in CI as we lack the fuse library
|
|
skip: true
|
|
sample.filesystem.shell.flash_load:
|
|
tags:
|
|
- flash_load
|
|
platform_allow: nrf52dk_nrf52832
|
|
extra_args: CONF_FILE=prj_flash_load.conf
|
|
integration_platforms:
|
|
- nrf52dk_nrf52832
|