Update the CoAP server sample to demonstrate using DTLS for secure sockets. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
31 lines
689 B
YAML
31 lines
689 B
YAML
common:
|
|
harness: net
|
|
tags:
|
|
- net
|
|
- socket
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
|
sample:
|
|
description: BSD Sockets API CoAP server example
|
|
name: socket_coap_server
|
|
tests:
|
|
sample.net.sockets.coap_server:
|
|
platform_allow:
|
|
- native_sim
|
|
- qemu_x86
|
|
sample.net.sockets.coaps_server:
|
|
harness: net
|
|
extra_args: EXTRA_CONF_FILE="overlay-dtls.conf"
|
|
tags:
|
|
- net
|
|
- socket
|
|
- tls
|
|
platform_allow:
|
|
- native_sim
|
|
- qemu_x86
|
|
sample.net.sockets.coap_server.wifi.nrf70dk:
|
|
extra_args:
|
|
- SNIPPET=wifi-ipv4
|
|
- CONFIG_BUILD_ONLY_NO_BLOBS=y
|
|
platform_allow:
|
|
- nrf7002dk/nrf5340/cpuapp
|