mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
0a97d566de
This commit migrates the SRP server reboot port test from the thread-cert functional tests to the Nexus simulation framework. The new Nexus test 'test_srp_server_reboot_port.cpp' covers: - SRP server address mode configuration (Unicast). - SRP client auto-start discovery of the server. - SRP server reboot (disable/enable) without node reboot. - Verification that the server selects a new port after each reboot. - Robustness of service re-registration over 25 reboot iterations. The original Python test 'test_srp_server_reboot_port.py' is removed as its functionality is now fully covered by the Nexus test.