zephyr/samples/subsys/usb/audio/headset/sample.yaml
Fabio Baltieri 792469aae9 yamllint: indentation: fix files in samples/
Fix the YAML files indentation for files in samples/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

19 lines
439 B
YAML

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