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:
Marcin Niestroj 2020-05-20 23:07:05 +02:00 committed by Jukka Rissanen
commit ec57ebff66

View file

@ -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