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>
18 lines
444 B
YAML
18 lines
444 B
YAML
tests:
|
|
libraries.devicetree.devices:
|
|
tags: devicetree
|
|
# We only need this to run on one platform so use native_posix as it
|
|
# will mostly likely be the fastest.
|
|
integration_platforms:
|
|
- native_posix
|
|
platform_exclude:
|
|
- hsdk
|
|
- hsdk_2cores
|
|
- thingy52_nrf52832
|
|
- bbc_microbit
|
|
- bbc_microbit_v2
|
|
- bt610
|
|
- bl5340_dvk_cpuapp
|
|
- bl5340_dvk_cpuapp_ns
|
|
- mimxrt595_evk_cm33
|