Searched refs:_match_record (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | test_dnssd_instance_name_with_space.py | 156 if self._match_record(dig_question, question): 175 if self._match_record(dig_answer, record): 183 def _match_record(self, record, match): member in TestDnssdInstanceNameWithSpace
|
D | test_dnssd_server.py | 284 if self._match_record(dig_question, question): 303 if self._match_record(dig_answer, record): 311 def _match_record(self, record, match): member in TestDnssdServerOnBr
|
D | test_dnssd_server_multi_border_routers.py | 364 if self._match_record(dig_question, question): 383 if self._match_record(dig_answer, record): 391 def _match_record(self, record, match): member in TestDnssdServerOnMultiBr
|