zephyr/samples/subsys/mgmt/updatehub/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

36 lines
1.1 KiB
YAML

sample:
description: UpdateHub enterprise-grade Firmware Over-the-Air (FOTA)
name: UpdateHub
common:
harness: net
tags:
- net
- wifi
- updatehub
depends_on: netif
build_only: true
platform_allow: frdm_k64f
integration_platforms:
- frdm_k64f
tests:
sample.net.updatehub:
extra_configs:
- CONFIG_UPDATEHUB_PRODUCT_UID="e4d37cfe6ec48a2d069cc0bbb8b078677e9a0d8df3a027c4d8ea131130c4265f"
- CONFIG_UPDATEHUB_POLL_INTERVAL=1
- CONFIG_UPDATEHUB_CE=y
- CONFIG_UPDATEHUB_SERVER="updatehub.io"
sample.net.updatehub.userspace:
extra_configs:
- CONFIG_UPDATEHUB_PRODUCT_UID="e4d37cfe6ec48a2d069cc0bbb8b078677e9a0d8df3a027c4d8ea131130c4265f"
- CONFIG_UPDATEHUB_POLL_INTERVAL=1
- CONFIG_UPDATEHUB_CE=y
- CONFIG_UPDATEHUB_SERVER="updatehub.io"
- CONFIG_USERSPACE=y
sample.net.updatehub.dtls:
extra_args: OVERLAY_CONFIG="overlay-dtls.conf"
extra_configs:
- CONFIG_UPDATEHUB_PRODUCT_UID="e4d37cfe6ec48a2d069cc0bbb8b078677e9a0d8df3a027c4d8ea131130c4265f"
- CONFIG_UPDATEHUB_POLL_INTERVAL=1
- CONFIG_UPDATEHUB_CE=y
- CONFIG_UPDATEHUB_SERVER="updatehub.io"