zephyr/samples/subsys/usb/hid/sample.yaml
Alberto Escolar Piedras af047e1891 samples/subsys: Use hwmv2 native targets identifiers
For the 64 bit targets, change identifiers to the new hwmv2 ones.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-15 16:13:12 +01:00

25 lines
527 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/native/64
- native_sim
- native_sim/native/64
build_only: true
integration_platforms:
- native_sim