mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
fb274efe68
This commit migrates the test_history_tracker.py test from the thread-cert test suite to the Nexus test framework as a new C++ test. The new C++ test, test_history_tracker.cpp, covers: - Role changes (detached -> leader -> disabled) - NetInfo age up to 49 days - Child mode Rn changes - Ping between leader and child, verifying message types, checksums, priority, and success flags It directly uses HistoryTracker::Local methods instead of the C APIs.