zephyr/tests/subsys/fs/ext2/testcase.yaml
Anas Nashif b207035851 tests: add integration_platforms and misc optimizations
Add integration_platforms to many tests that use platform_allow to
manage scope of pull_request CI.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-11-26 00:12:07 +01:00

38 lines
907 B
YAML

common:
tags: filesystem
tests:
filesystem.ext2.default:
platform_allow:
- native_sim
- native_sim/native/64
- hifive_unmatched/fu740/s7
- hifive_unmatched/fu740/u74
- bl5340_dvk/nrf5340/cpuapp
integration_platforms:
- native_sim
extra_args:
- EXTRA_DTC_OVERLAY_FILE="ramdisk_small.overlay"
filesystem.ext2.big:
platform_allow:
- native_sim
- native_sim/native/64
extra_args:
- CONF_FILE=prj_big.conf
- EXTRA_DTC_OVERLAY_FILE="ramdisk_big.overlay"
filesystem.ext2.sdcard:
simulation_exclude:
- renode
platform_allow:
- hifive_unmatched/fu740/s7
- hifive_unmatched/fu740/u74
- bl5340_dvk/nrf5340/cpuapp
extra_args: CONF_FILE=prj_sdcard.conf
filesystem.ext2.flash:
platform_allow:
- native_sim
- native_sim/native/64
extra_args: CONF_FILE=prj_flash.conf