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.coap_server.wifi.nrf70dk:
16    extra_args:
17      - SNIPPET=wifi-ipv4
18      - CONFIG_BUILD_ONLY_NO_BLOBS=y
19    platform_allow:
20      - nrf7002dk/nrf5340/cpuapp
21