net: tests: Fix project file for IP address tests
Disable IPv6 DAD and ND for IP address test as there is no need to do neighbor discovery in the test. We also would like to see network interface debugging and use dummy L2 driver instead of ethernet one. Change-Id: Ia9f218c8d4c13afa1482302691d2ef72af4a7b13 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
894e42d025
commit
55dcaf9e22
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
CONFIG_NETWORKING=y
|
||||
CONFIG_NET_IPV6=y
|
||||
CONFIG_NET_IPV6_DAD=n
|
||||
CONFIG_NET_IPV6_ND=n
|
||||
CONFIG_NET_IPV4=y
|
||||
CONFIG_NET_YAIP=y
|
||||
CONFIG_NET_BUF=y
|
||||
|
@ -11,4 +13,5 @@ CONFIG_NET_LOG=y
|
|||
CONFIG_SYS_LOG_SHOW_COLOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=3
|
||||
CONFIG_NET_L2_ETHERNET=y
|
||||
CONFIG_NET_L2_DUMMY=y
|
||||
CONFIG_NETWORK_IP_STACK_DEBUG_IF=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue