mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
e01eea5c7e
This commit migrates the dataset_updater functional test from the Python-based thread-cert framework to the Nexus simulation framework. Nexus provides faster and more scalable network simulations within a single process using virtual time. The new test_dataset_updater.cpp covers: - Network formation and child joining (MED and SED). - Channel updates initiated by Leader and Router using DatasetUpdater. - Dataset update overrides between nodes. The legacy tests/scripts/thread-cert/test_dataset_updater.py is removed as it is now redundant.