zephyr/tests/net/ipv6_fragment
Robert Lubos 250116cd44 tests: net: ipv6_fragment: Improve test_recv_ipv6_fragment test case
Fix some problems with test_recv_ipv6_fragment test case:
* net_pkt_ipv6_hdr_prev was not set, in result reassembly logic
  overwritten wrong part of the IPv6 header
* Wrong checksum was set in the first fragment

Add more verification to the test_recv_ipv6_fragment test case:
* Actually register ICMPv6 Echo Reply handler so that the reassembled
  packet can be analyzed
* Verify that IPv6, ICMPv6 headers and data are correct

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-11-14 16:26:20 +01:00
..
src tests: net: ipv6_fragment: Improve test_recv_ipv6_fragment test case 2022-11-14 16:26:20 +01:00
CMakeLists.txt
prj.conf tests: net: ipv6_fragment: Add test to verify fragmentation loopback 2022-11-14 16:26:20 +01:00
testcase.yaml