tests: net: select: select NET_CONFIG_NEED_IPV6
Unit test code requires IPv6 to be ready. Select CONFIG_NET_CONFIG_NEED_IPV6=y to ensure that. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
This commit is contained in:
parent
69b76d7305
commit
ec57ebff66
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ CONFIG_TEST_RANDOM_GENERATOR=y
|
|||
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
|
||||
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_ZTEST=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue