Convert them to native YAML lists. Support for space-separated lists was deprecated in Twister a long time ago. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
20 lines
401 B
YAML
20 lines
401 B
YAML
sample:
|
|
description: MQTT sample app to AWS IoT Core
|
|
name: aws_iot_mqtt
|
|
common:
|
|
tags:
|
|
- net
|
|
- mqtt
|
|
- cloud
|
|
harness: net
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
|
extra_args: USE_DUMMY_CREDS=1
|
|
tests:
|
|
sample.net.cloud.aws_iot_mqtt:
|
|
depends_on: netif
|
|
platform_allow:
|
|
- qemu_x86
|
|
- nucleo_f429zi
|
|
integration_platforms:
|
|
- qemu_x86
|