zephyr/tests/subsys/usb/device_next/testcase.yaml
Johann Fischer ed7d56f04e tests: usb: add test for new USB device support
This is initial patch to add tests for new USB device support.
The test uses USB host support and virtual USB bus by default,
but should work on real hardware as well. For now, only the
Get Configuration and Set Interface requests are tested by default.
More tests will follow.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2023-10-01 09:26:07 +03:00

10 lines
179 B
YAML

tests:
usb.device_next:
depends_on: usb_device
tags: usb
platform_allow:
- native_posix
- qemu_cortex_m3
integration_platforms:
- native_posix