mirror of
https://github.com/espressif/openthread.git
synced 2026-07-07 12:52:35 +00:00
39b982c8d6
This commit migrates the `test_ipv6_fragmentation.py` cert test to the Nexus simulation framework. To support this migration, the Nexus core configuration was updated to enable IPv6 fragmentation (`OPENTHREAD_CONFIG_IP6_FRAGMENTATION_ENABLE`). The new Nexus test `test_ipv6_fragmentation.cpp` covers the validation of IPv6 fragmentation and reassembly. It sends large ICMPv6 Echo Requests exceeding the 1280-byte MTU between a Leader and a Router: - 1952 bytes payload from Leader to Router - 1831 bytes payload from Router to Leader The original Python test script is removed as its functionality is now fully covered by the new Nexus test.