tests: net: Exclude native_posix because of socket service

The native_posix board does not work well with eventfd so disable
it with tests that use socket service API.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
Jukka Rissanen 2024-05-17 18:22:00 +03:00 committed by Johan Hedberg
commit 6924b0d49a
3 changed files with 9 additions and 0 deletions

View file

@ -3,6 +3,9 @@ common:
tags: tags:
- net - net
- dhcpv4 - dhcpv4
platform_exclude:
- native_posix/native/64
- native_posix
tests: tests:
net.dhcpv4_client: net.dhcpv4_client:
extra_configs: extra_configs:

View file

@ -4,6 +4,9 @@ common:
- ipv6 - ipv6
- ipv6_pe - ipv6_pe
depends_on: netif depends_on: netif
platform_exclude:
- native_posix/native/64
- native_posix
tests: tests:
net.ipv6: net.ipv6:
extra_configs: extra_configs:

View file

@ -1,6 +1,9 @@
common: common:
depends_on: netif depends_on: netif
filter: CONFIG_FULL_LIBC_SUPPORTED filter: CONFIG_FULL_LIBC_SUPPORTED
platform_exclude:
- native_posix
- native_posix/native/64
tests: tests:
net.socket.get_name_info: net.socket.get_name_info:
min_ram: 21 min_ram: 21