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:
parent
245c7db0da
commit
63d4037e2f
4 changed files with 12 additions and 0 deletions
|
@ -4,6 +4,9 @@ common:
|
|||
tags:
|
||||
- net
|
||||
- dns
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
sample:
|
||||
description: DNS resolver, mDNS and LLMNR responder
|
||||
name: DNS resolver and responder sample application
|
||||
|
|
|
@ -9,6 +9,9 @@ common:
|
|||
tags:
|
||||
- net
|
||||
- socket
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
sample.net.sockets.big_http_download:
|
||||
extra_configs:
|
||||
|
|
|
@ -8,6 +8,9 @@ common:
|
|||
tags:
|
||||
- net
|
||||
- socket
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
sample.net.sockets.http_get:
|
||||
filter: not CONFIG_NET_SOCKETS_OFFLOAD and not CONFIG_NATIVE_LIBC
|
||||
|
|
|
@ -10,6 +10,9 @@ common:
|
|||
tags:
|
||||
- posix
|
||||
- net
|
||||
platform_exclude:
|
||||
- native_posix
|
||||
- native_posix/native/64
|
||||
tests:
|
||||
sample.posix.gettimeofday:
|
||||
harness: net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue