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>
19 lines
412 B
YAML
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"
|