mirror of
https://github.com/espressif/openthread.git
synced 2026-07-07 12:52:35 +00:00
acef2288ca
This commit migrates the SRP client host removal test from the thread-cert Python-based framework to the Nexus framework. The new C++ implementation in tests/nexus/test_srp_client_remove_host.cpp covers the same scenarios as the original Python script: - Successful registration of SRP host and services. - Verification that ClearHostAndServices() does not immediately remove server-side state. - Verification that RemoveHostAndServices(removeKey=False, sendUnregToServer=True) marks the host and services as deleted on the SRP server. - Verification that RemoveHostAndServices(removeKey=True, sendUnregToServer=True) fully removes the host and service entries from the SRP server. The original Python script test_srp_client_remove_host.py is removed as its functionality is now fully covered by the Nexus test.