Home
last modified time | relevance | path

Searched refs:test_info_path (Results 1 – 2 of 2) sorted by relevance

/external/openthread/tests/scripts/thread-cert/
Dthread_cert.py302 test_info_path = self._output_test_info()
304 self._verify_packets(test_info_path)
329 def _verify_packets(self, test_info_path: str):
330 pv = PacketVerifier(test_info_path, self.CASE_WIRESHARK_PREFS)
334 print("Packet verification passed: %s" % test_info_path, file=sys.stderr)
/external/openthread/tests/scripts/thread-cert/pktverify/
Dpacket_verifier.py55 def __init__(self, test_info_path, wireshark_prefs=None): argument
60 ti = TestInfo(test_info_path)