mirror of
https://github.com/espressif/openthread.git
synced 2026-07-07 21:00:20 +00:00
c1946b2c09
This commit removes all DUA (Domain Unicast Address) validation and verification steps from test_firewall.py. Since DUA routing features are being phased out or removed, this keeps the firewall test in sync and prevents potential failures during test runs. Specifically: - Removed DUA ping validation from host to router. - Removed DUA collection call (collect_duas). - Removed the packet verifier checks checking for DUA ping traffic.