1sample:
2  description: echo server using socket service API
3  name: socket_service_echo
4common:
5  harness: net
6  depends_on: netif
7  filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
8  # eventfd does not work properly with native_posix so exclude it here
9  platform_exclude:
10    - native_posix
11    - native_posix/native/64
12tests:
13  sample.net.sockets.service.echo:
14    tags:
15      - net
16      - socket
17