zephyr/tests/subsys/usb/device_next/testcase.yaml
Johann Fischer a1681112bd tests: usb: device_next: rework test configuration
Do not use qemu_cortex_m3 for the "build all" case, as it overflows and
provides no benefit over native_sim. Add native_sim/native/64 platform
to the tests.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2025-06-27 08:52:22 -10:00

21 lines
457 B
YAML

tests:
usb.device_next:
platform_allow:
- native_sim
- native_sim/native/64
- qemu_cortex_m3
integration_platforms:
- native_sim
tags: usb
usb.device_next.build_all:
platform_allow:
- native_sim
- native_sim/native/64
integration_platforms:
- native_sim
tags: usb
extra_args:
- CONF_FILE="build_all.conf"
- EXTRA_DTC_OVERLAY_FILE="build_all.overlay"
build_only: true