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>
19 lines
459 B
YAML
19 lines
459 B
YAML
tests:
|
|
dfu.image_util:
|
|
platform_allow:
|
|
- nrf52840dk_nrf52840
|
|
- native_posix
|
|
- native_posix_64
|
|
tags: dfu_image_util
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
dfu.image_util.progressive:
|
|
extra_args: OVERLAY_CONFIG=progressively_overlay.conf
|
|
platform_allow:
|
|
- nrf52840dk_nrf52840
|
|
- native_posix
|
|
- native_posix_64
|
|
tags: dfu_image_util
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|