mirror of
https://github.com/espressif/openthread.git
synced 2026-07-07 12:52:35 +00:00
0cf450af44
This commit migrates the SRP register services with different lease test from the thread-cert Python framework to the Nexus test framework. The new Nexus test (test_srp_register_services_diff_lease.cpp) reproduces the functionality of the original Python test: - Registration of multiple services with different lease/key-lease intervals. - Verification of per-service lease values on the SRP server. - Ensuring key-lease is always at least as long as the lease. - Validating lease renewal and expiry behaviors. - Testing dynamic changes to default client lease and TTL. Migrating to Nexus allows for faster and more scalable network simulations within a single process.