zephyr/samples/net/cloud/google_iot_mqtt/sample.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
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>
2023-05-10 09:52:37 +02:00

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