zephyr/tests/subsys/fs/ext2/testcase.yaml
Alberto Escolar Piedras 5ddb8d499e tests/subsys/fs: Use hwmv2 native targets identifiers
For the 64 bit targets, change identifiers to the new hwmv2 ones.
And remove redundant overlays (which were equal for the 32
and 64 bit versions)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-15 16:13:12 +01:00

34 lines
773 B
YAML

common:
tags: filesystem
tests:
filesystem.ext2.default:
platform_allow:
- native_sim
- native_sim/native/64
- hifive_unmatched
- bl5340_dvk/nrf5340/cpuapp
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
- 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