zephyr/tests/subsys/logging/log_backend_fs/testcase.yaml
Alberto Escolar Piedras 821d2efdb9 tests/subsys/logging: 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

21 lines
398 B
YAML

common:
modules:
- littlefs
tags:
- logging
- backend
- filesystem
- fs
- littlefs
platform_allow:
- native_sim
- native_sim/native/64
- nrf52840dk/nrf52840
- mr_canhubk3
integration_platforms:
- native_sim
tests:
logging.backend.fs.automounted: {}
logging.backend.fs.manualmounted:
extra_args: EXTRA_DTC_OVERLAY_FILE="automount.overlay"