1tests:
2  usb.device_next:
3    platform_allow:
4      - native_sim
5      - native_sim/native/64
6      - qemu_cortex_m3
7    integration_platforms:
8      - native_sim
9    tags: usb
10  usb.device_next.build_all:
11    platform_allow:
12      - native_sim
13      - native_sim/native/64
14    integration_platforms:
15      - native_sim
16    tags: usb
17    extra_args:
18      - CONF_FILE="build_all.conf"
19      - EXTRA_DTC_OVERLAY_FILE="build_all.overlay"
20    build_only: true
21