zephyr/samples/subsys/usb/hid/sample.yaml
Alberto Escolar Piedras 063ce9caf5 samples/subsys/usb/hid: Enable for native_sim
Allow this sample in native_sim, and set it as default
integration platform instead of native_posix.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-16 09:37:59 +01:00

25 lines
513 B
YAML

sample:
name: USB HID sample
tests:
sample.usb.hid:
depends_on: usb_device
tags: usb
arch_exclude: posix
harness: console
harness_config:
type: multi_line
regex:
- "main: HID Device: dev"
- "main: Starting application"
sample.usb.hid.buildonly:
depends_on: usb_device
tags: usb
platform_allow:
- native_posix
- native_posix_64
- native_sim
- native_sim_64
build_only: true
integration_platforms:
- native_sim