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>
20 lines
377 B
YAML
20 lines
377 B
YAML
sample:
|
|
description: MQTT sample app to Google IoT cloud
|
|
name: google_iot_mqtt
|
|
common:
|
|
tags:
|
|
- net
|
|
- mqtt
|
|
- cloud
|
|
harness: net
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
extra_args: USE_DUMMY_KEY=1
|
|
tests:
|
|
sample.net.cloud.google_iot_mqtt:
|
|
depends_on: netif
|
|
platform_allow:
|
|
- frdm_k64f
|
|
- qemu_x86
|
|
integration_platforms:
|
|
- qemu_x86
|