mirror of
https://github.com/espressif/openthread.git
synced 2026-07-07 21:00:20 +00:00
0f66392f9c
This commit migrates 'test_on_mesh_prefix.py' from the thread-cert functional tests to the Nexus simulation framework. The new Nexus test 'test_on_mesh_prefix.cpp' covers: - Propagation of stable and non-stable on-mesh prefixes. - Different Network Data request behavior for MEDs and SEDs. - MEDs receiving both stable and non-stable prefixes. - SEDs receiving only stable prefixes. - IPv6 address configuration (SLAAC) for all prefixes. - Reachability verification via ICMPv6 Echo Request/Response. Migrating to Nexus provides faster execution and improves the reliability of the functional test suite.