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>
13 lines
324 B
YAML
13 lines
324 B
YAML
sample:
|
|
description: A simple application that demonstrates the use of the logging ble backend.
|
|
name: logger backend ble
|
|
tests:
|
|
sample.logging.ble_backend.nrf52833:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- qemu_cortex_m3
|
|
- qemu_x86
|
|
integration_platforms:
|
|
- qemu_cortex_m3
|
|
tags: bluetooth
|