mirror of
https://github.com/espressif/openthread.git
synced 2026-07-11 06:40:19 +00:00
d7f36da681
This commit relaxes the tests that assume mDNS resolve would provide a single IPv6 answer and explicitly check and require one address. This behavior of the mDNS API is improved/changed in the `ot-br-posix` implementation, allowing multiple addresses to be collected and passed in the "resolved" callback. This commit updates the `_assert_dig_result_matches()` function to have an additional parameter, `allow_extra_answer`, which is then used in specific test steps.