samples: net: Exclude native_posix when socket service lib is used

Socket service library uses eventfd, which does not work with
native_posix platform, hence need to exclude it from samples that now
rely on socket services.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2024-05-24 10:43:53 +02:00 committed by Henrik Brix Andersen
commit 63d4037e2f
4 changed files with 12 additions and 0 deletions

View file

@ -4,6 +4,9 @@ common:
tags: tags:
- net - net
- dns - dns
platform_exclude:
- native_posix
- native_posix/native/64
sample: sample:
description: DNS resolver, mDNS and LLMNR responder description: DNS resolver, mDNS and LLMNR responder
name: DNS resolver and responder sample application name: DNS resolver and responder sample application

View file

@ -9,6 +9,9 @@ common:
tags: tags:
- net - net
- socket - socket
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
sample.net.sockets.big_http_download: sample.net.sockets.big_http_download:
extra_configs: extra_configs:

View file

@ -8,6 +8,9 @@ common:
tags: tags:
- net - net
- socket - socket
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
sample.net.sockets.http_get: sample.net.sockets.http_get:
filter: not CONFIG_NET_SOCKETS_OFFLOAD and not CONFIG_NATIVE_LIBC filter: not CONFIG_NET_SOCKETS_OFFLOAD and not CONFIG_NATIVE_LIBC

View file

@ -10,6 +10,9 @@ common:
tags: tags:
- posix - posix
- net - net
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
sample.posix.gettimeofday: sample.posix.gettimeofday:
harness: net harness: net