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:
parent
3770b07a0e
commit
6924b0d49a
3 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue