1common:
2  harness: net
3  tags:
4    - net
5    - socket
6  filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
7sample:
8  description: BSD Sockets API CoAP server example
9  name: socket_coap_server
10tests:
11  sample.net.sockets.coap_server:
12    platform_allow:
13      - native_sim
14      - qemu_x86
15  sample.net.sockets.coaps_server:
16    harness: net
17    extra_args: EXTRA_CONF_FILE="overlay-dtls.conf"
18    tags:
19      - net
20      - socket
21      - tls
22    platform_allow:
23      - native_sim
24      - qemu_x86
25  sample.net.sockets.coap_server.wifi.nrf70dk:
26    extra_args:
27      - SNIPPET=wifi-ipv4
28      - CONFIG_BUILD_ONLY_NO_BLOBS=y
29    platform_allow:
30      - nrf7002dk/nrf5340/cpuapp
31  sample.net.sockets.coap_server.802154.subg:
32    extra_args: EXTRA_CONF_FILE="overlay-802154-subg.conf"
33    platform_allow: beagleconnect_freedom
34