samples, tests: convert string-based twister lists to YAML lists

Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2023-05-08 13:37:42 +02:00 committed by Carles Cufí
commit 93b63df762
761 changed files with 5601 additions and 1979 deletions

View file

@ -4,20 +4,20 @@ sample:
tests:
sample.bluetooth.broadcast_audio_source:
harness: bluetooth
platform_allow: >
qemu_cortex_m3
qemu_x86
nrf5340dk_nrf5340_cpuapp
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf5340dk_nrf5340_cpuapp
integration_platforms:
- qemu_x86
- nrf5340dk_nrf5340_cpuapp
tags: bluetooth
sample.bluetooth.broadcast_audio_sink.bt_ll_sw_split:
harness: bluetooth
platform_allow: >
nrf52_bsim
nrf52833dk_nrf52820
nrf52833dk_nrf52833
platform_allow:
- nrf52_bsim
- nrf52833dk_nrf52820
- nrf52833dk_nrf52833
integration_platforms:
- nrf52_bsim
- nrf52833dk_nrf52833