Files
openthread/tests/scripts
Abtin Keshavarzian d7f36da681 [test] relax BR tests that expect a single address on mDNS resolve (#11254)
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.
2025-02-18 08:06:15 -08:00
..