zephyr/samples/subsys/shell/fs/sample.yaml
Anas Nashif 895d91169e tests/samples: use integration platforms where possible
When possible, add integration_platforms to samples/tests.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2025-03-11 11:35:15 +01:00

36 lines
853 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/mimxrt1062/qspi
- mr_canhubk3
- native_sim
- s32z2xxdc2/s32z270/rtu0
- s32z2xxdc2/s32z270/rtu1
- s32z2xxdc2@D/s32z270/rtu0
- s32z2xxdc2@D/s32z270/rtu1
integration_platforms:
- native_sim
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