mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
d145aafeea
This commit migrates the functionality covered by test_coap_observe.py to the Nexus test framework. - Enabled OPENTHREAD_CONFIG_COAP_OBSERVE_API_ENABLE in Nexus config. - Created test_coap_observe.cpp to test CoAP observations and notifications in a simulated network. - Handled edge cases in the test to avoid segfaults during cancel response processing. - Removed the old Python test test_coap_observe.py.