tests: net: poll: disable NET_IPV4
Unit test code uses IPv6 only, so disable IPv4. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
This commit is contained in:
parent
0995246edb
commit
f74bea04aa
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Networking config
|
||||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_IPV4=y
|
||||
CONFIG_NET_IPV4=n
|
||||
CONFIG_NET_IPV6=y
|
||||
CONFIG_NET_UDP=y
|
||||
CONFIG_NET_TCP=y
|
||||
|
@ -13,7 +13,6 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
|
||||
# Network address config
|
||||
CONFIG_NET_CONFIG_SETTINGS=y
|
||||
CONFIG_NET_CONFIG_MY_IPV4_ADDR="192.0.2.1"
|
||||
CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::1"
|
||||
CONFIG_NET_CONFIG_NEED_IPV6=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue