1sample:
2  description: BSD Sockets API TCP echo server sample using non-blocking sockets
3  name: socket_echo_async
4common:
5  harness: net
6  platform_allow: qemu_x86
7  tags:
8    - net
9    - socket
10  filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
11tests:
12  sample.net.sockets.echo_async_select:
13    extra_configs:
14      - CONFIG_POSIX_API=y
15