mirror of
https://github.com/espressif/openthread.git
synced 2026-07-09 13:50:28 +00:00
bbb8e7ad15
This commit migrates the router multicast link request test from the thread-cert functional tests to the Nexus simulation framework. The new Nexus test 'test_router_multicast_link_request.cpp' covers: - Verification of a REED node becoming a router. - Multicast Link Request transmission to neighboring routers. - Quick link establishment with multiple neighbors after role upgrade. The original Python test 'test_router_multicast_link_request.py' is removed as its functionality is now fully covered by the Nexus test.