| sample: | |
| description: echo server using socket service API | |
| name: socket_service_echo | |
| common: | |
| harness: net | |
| depends_on: netif | |
| filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC | |
| # eventfd does not work properly with native_posix so exclude it here | |
| platform_exclude: | |
| - native_posix | |
| - native_posix/native/64 | |
| tests: | |
| sample.net.sockets.service.echo: | |
| tags: | |
| - net | |
| - socket |