mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
828ffefb21
This commit migrates the test_srp_many_services_mtu_check.py from tests/scripts/thread-cert to the Nexus test framework. The new test, tests/nexus/test_srp_many_services_mtu_check.cpp, verifies that the SRP client correctly handles and splits SRP Update messages when registering a large number of services that exceed the IPv6 MTU size (1280 bytes). Changes: - Added tests/nexus/test_srp_many_services_mtu_check.cpp. - Updated tests/nexus/CMakeLists.txt to include the new test. - Removed tests/scripts/thread-cert/test_srp_many_services_mtu_check.py.