Fix configuration indicating changes in USB device. Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
24 lines
551 B
YAML
24 lines
551 B
YAML
sample:
|
|
name: USB HID sample
|
|
tests:
|
|
sample.usb.hid:
|
|
depends_on: usb_device
|
|
tags: usb
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "composite_pre_init: HID Device: dev"
|
|
- "main: Starting application"
|
|
sample.usb.hid_composite:
|
|
depends_on: usb_device
|
|
extra_configs:
|
|
- CONFIG_USB_COMPOSITE_DEVICE=y
|
|
tags: usb
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "composite_pre_init: HID Device: dev"
|
|
- "main: Starting application"
|