zephyr/samples/subsys/usb/audio/headset/sample.yaml
Alberto Escolar Piedras 01c9b1483f samples/usb: Fix filtering for POSIX arch
Some of these samples were filtering all POSIX arch
boards out by explictly listing them by name
(and for the nrf52_bsim by lack of usb_device).

Instead filter by the architecture.

There is no functional difference in tree with this change.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-05-04 16:48:01 -04:00

19 lines
412 B
YAML

sample:
name: USB audio headset sample
tests:
sample.usb.audio.headset:
depends_on: usb_device
tags: usb
arch_exclude: posix
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"