mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
2e1fbc1f7b
This commit migrates the functionality covered by `tests/scripts/thread-cert/test_coaps.py` to a new Nexus test `tests/nexus/test_coaps.cpp`. The new test covers: - CoAP Secure with PSK. - CoAP Secure with X.509 certificates. The X509 test is conditionally compiled based on `MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED`. The original Python test file is removed.