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