| sample: | |
| description: BSD Sockets API TCP echo server sample using non-blocking sockets | |
| name: socket_echo_async | |
| common: | |
| filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC | |
| harness: net | |
| platform_allow: qemu_x86 | |
| tags: | |
| - net | |
| - socket | |
| tests: | |
| sample.net.sockets.echo_async: | |
| extra_configs: | |
| - CONFIG_POSIX_API=y | |
| sample.net.sockets.echo_async.wifi.nrf70dk: | |
| extra_args: | |
| - SNIPPET=wifi-ipv4 | |
| - CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y | |
| platform_allow: | |
| - nrf7002dk/nrf5340/cpuapp |