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>
17 lines
414 B
YAML
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
|