zephyr/samples/net/sockets/echo_service/sample.yaml
Alberto Escolar Piedras 86d71c7d83 samples/net/sockets/*: Use hwmv2 native targets identifiers
For the 64 bit targets, change identifiers to the new hwmv2 ones.
And remove redundant overlays (which were equal for the 32
and 64 bit versions)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2024-03-15 16:13:12 +01:00

17 lines
414 B
YAML

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