Home
last modified time | relevance | path

Searched refs:_assert_dig_result_matches (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_dnssd_server_multi_border_routers.py161 self._assert_dig_result_matches(dig_result, {
167 self._assert_dig_result_matches(dig_result, {
174 self._assert_dig_result_matches(
182 self._assert_dig_result_matches(
191 self._assert_dig_result_matches(dig_result, {
197 self._assert_dig_result_matches(dig_result, {
232 self._assert_dig_result_matches(
240 self._assert_dig_result_matches(
250 self._assert_dig_result_matches(
283 self._assert_dig_result_matches(dig_result, {
[all …]
Dtest_dnssd_server.py134 self._assert_dig_result_matches(
143 self._assert_dig_result_matches(
154 self._assert_dig_result_matches(
166 self._assert_dig_result_matches(dig_result, {
172 self._assert_dig_result_matches(dig_result, {
179 self._assert_dig_result_matches(
189 self._assert_dig_result_matches(
201 self._assert_dig_result_matches(dig_result, {
207 self._assert_dig_result_matches(dig_result, {
226 self._assert_dig_result_matches(
[all …]
Dtest_dnssd_instance_name_with_space.py126 self._assert_dig_result_matches(
138 self._assert_dig_result_matches(
191 def _assert_dig_result_matches(self, dig_result, expected_result): member in TestDnssdInstanceNameWithSpace