1sample:
2  description: MQTT sample app to AWS IoT Core
3  name: aws_iot_mqtt
4common:
5  tags:
6    - net
7    - mqtt
8    - cloud
9  harness: net
10  filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
11  extra_args: USE_DUMMY_CREDS=1
12tests:
13  sample.net.cloud.aws_iot_mqtt:
14    depends_on: netif
15    platform_allow:
16      - qemu_x86
17      - nucleo_f429zi
18    integration_platforms:
19      - qemu_x86
20