Several duplicates were found with scripts/twister -T samples/ -T tests/ --dry-run --list-test-duplicates This is an issue since duplicated names causes overwriting of results. Most duplicates looked like obvious copy-pase errors. New names where addopted looking at other tests in the same yaml or looking at the directory/descriptio. Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
26 lines
725 B
YAML
26 lines
725 B
YAML
sample:
|
|
description: Bluetooth Low Energy Broadcast Audio Source sample
|
|
name: Bluetooth Low Energy Broadcast Audio Source sample
|
|
tests:
|
|
sample.bluetooth.broadcast_audio_source:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- qemu_cortex_m3
|
|
- qemu_x86
|
|
- nrf5340dk_nrf5340_cpuapp
|
|
integration_platforms:
|
|
- qemu_x86
|
|
- nrf5340dk_nrf5340_cpuapp
|
|
tags: bluetooth
|
|
sample.bluetooth.broadcast_audio_source.bt_ll_sw_split:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- nrf52_bsim
|
|
- nrf52833dk_nrf52820
|
|
- nrf52833dk_nrf52833
|
|
integration_platforms:
|
|
- nrf52_bsim
|
|
- nrf52833dk_nrf52833
|
|
extra_args: OVERLAY_CONFIG=overlay-bt_ll_sw_split.conf
|
|
tags: bluetooth
|