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:
|
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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue