zephyr/samples/subsys/usb/audio/headset/sample.yaml
Maciej Perkowski 0fb58735f1 samples: tests: Fix usb.audio.headset test
The sample was failing twister test with a timeout because there was
no pass/fail criteria for it (nothing was tested). The fix adds
harness on consolse and some output that can be verified.

Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
2021-02-11 13:57:31 -05:00

16 lines
365 B
YAML

sample:
name: USB audio headset sample
tests:
sample.usb.audio.headset:
depends_on: usb_device
tags: usb
platform_allow: nrf52840dk_nrf52840 nrf5340dk_nrf5340_cpuapp
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "Entered main"
- "Found USB Headset Device"
- "USB enabled"