tests: net: arp: Remove the ARP cache clear from the tests
It was incorrectly introduced earlier and not really needed because the test will pass without it. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
4a796913cc
commit
81938f4c82
1 changed files with 0 additions and 3 deletions
|
|
@ -565,9 +565,6 @@ ZTEST(arp_fn_tests, test_arp)
|
||||||
|
|
||||||
net_pkt_unref(pkt);
|
net_pkt_unref(pkt);
|
||||||
|
|
||||||
/* Clear the ARP cache so that old entries do not confuse the tests */
|
|
||||||
net_arp_clear_cache(iface);
|
|
||||||
|
|
||||||
/* Then feed in ARP request */
|
/* Then feed in ARP request */
|
||||||
pkt = net_pkt_alloc_with_buffer(iface, sizeof(struct net_eth_hdr) +
|
pkt = net_pkt_alloc_with_buffer(iface, sizeof(struct net_eth_hdr) +
|
||||||
sizeof(struct net_arp_hdr),
|
sizeof(struct net_arp_hdr),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue