Skip to content

Commit b0630e5

Browse files
committed
[nrf fromlist] 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. Upstream PR: zephyrproject-rtos/zephyr#73256 Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
1 parent 590a64a commit b0630e5

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

samples/net/dns_resolve/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ common:
44
tags:
55
- net
66
- dns
7+
platform_exclude:
8+
- native_posix
9+
- native_posix/native/64
710
sample:
811
description: DNS resolver, mDNS and LLMNR responder
912
name: DNS resolver and responder sample application

samples/net/sockets/big_http_download/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ common:
99
tags:
1010
- net
1111
- socket
12+
platform_exclude:
13+
- native_posix
14+
- native_posix/native/64
1215
tests:
1316
sample.net.sockets.big_http_download:
1417
extra_configs:

samples/net/sockets/http_get/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ common:
88
tags:
99
- net
1010
- socket
11+
platform_exclude:
12+
- native_posix
13+
- native_posix/native/64
1114
tests:
1215
sample.net.sockets.http_get:
1316
filter: not CONFIG_NET_SOCKETS_OFFLOAD and not CONFIG_NATIVE_LIBC

samples/posix/gettimeofday/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ common:
1010
tags:
1111
- posix
1212
- net
13+
platform_exclude:
14+
- native_posix
15+
- native_posix/native/64
1316
tests:
1417
sample.posix.gettimeofday:
1518
harness: net

0 commit comments

Comments
 (0)