zephyr/tests/net/arp
Joakim Andersson 9483e432d8 tests: net: arp: Fix net_buf assert in ARP unit test
Fix ASSERTs that appears when enabling asserts in net buf.
Asserts are:
 - Pulling from net buf before any data has been added.
 - Pulling more data than has been allocated for the buf.

Fix warning:
W: You have 1 IPv4 net_if addresses but 2 network interfaces
W: Consider increasing CONFIG_NET_IF_MAX_IPV4_COUNT value.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2020-01-13 13:59:55 +01:00
..
src tests: net: arp: Fix net_buf assert in ARP unit test 2020-01-13 13:59:55 +01:00
CMakeLists.txt
prj.conf tests: net: arp: Fix net_buf assert in ARP unit test 2020-01-13 13:59:55 +01:00
testcase.yaml tests: net: stop whitelisting 2019-09-20 09:21:11 +03:00