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>
14 lines
369 B
YAML
14 lines
369 B
YAML
sample:
|
|
name: BLE ISO Broadcast
|
|
description: Bluetooth Low Energy ISO Broadcast Benchmark sample
|
|
tests:
|
|
sample.bluetooth.iso_broadcast_benchmark:
|
|
build_only: true
|
|
platform_allow:
|
|
- nrf52840dk_nrf52840
|
|
- nrf5340dk_nrf5340_cpuapp
|
|
- nrf5340_audio_dk_nrf5340_cpuapp
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
tags: bluetooth
|