1sample:
2  description: BSD Sockets API TCP echo server sample using non-blocking sockets
3  name: socket_echo_async
4common:
5  filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
6  harness: net
7  platform_allow: qemu_x86
8  tags:
9    - net
10    - socket
11tests:
12  sample.net.sockets.echo_async:
13    extra_configs:
14      - CONFIG_POSIX_API=y
15  sample.net.sockets.echo_async.wifi.nrf70dk:
16    extra_args:
17      - SNIPPET=wifi-ipv4
18      - CONFIG_BUILD_ONLY_NO_BLOBS=y
19    platform_allow:
20      - nrf7002dk/nrf5340/cpuapp
21