Skip to content

Commit ac117c8

Browse files
nandojvecarlescufi
authored andcommitted
samples: net: updatehub: Add sample.yaml file
Add missing sample.yaml file to enable CI build tests. Local tests can be executed executing sanitycheck: ./scripts/sanitycheck -l --testcase-root samples/net/updatehub Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
1 parent 284e841 commit ac117c8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

samples/net/updatehub/sample.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sample:
2+
description: UpdateHub enterprise-grade Firmware Over-the-Air (FOTA)
3+
name: UpdateHub
4+
tests:
5+
sample.net.updatehub:
6+
harness: net
7+
tags: net wifi
8+
depends_on: netif
9+
build_only: true
10+
platform_whitelist: frdm_k64f sam_v71_xult
11+
extra_configs:
12+
- CONFIG_UPDATEHUB_PRODUCT_UID="e4d37cfe6ec48a2d069cc0bbb8b078677e9a0d8df3a027c4d8ea131130c4265f"
13+
- CONFIG_UPDATEHUB_POLL_INTERVAL=1
14+
- CONFIG_UPDATEHUB_CE=y
15+
- CONFIG_UPDATEHUB_SERVER="10.5.3.67"

0 commit comments

Comments
 (0)