Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_dnssd_instance_name_with_space.py156 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
Dtest_dnssd_server.py284 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
Dtest_dnssd_server_multi_border_routers.py364 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