zephyr/tests/lib/devicetree/api/testcase.yaml
Alberto Escolar Piedras 70e0d1e04e tests/lib/devicetree: Enable for native_sim
Enable these tests which run in native_posix in native_sim,
Switch from native_posix to native_sim as default test platform

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-27 16:06:42 +00:00

15 lines
355 B
YAML

tests:
libraries.devicetree.api:
tags: devicetree
# We only need this to run on one platform so use native_sim as it
# will mostly likely be the fastest.
platform_allow:
- native_posix
- native_sim
- qemu_x86
- qemu_x86_64
- qemu_cortex_m3
- qemu_riscv32
integration_platforms:
- native_sim