Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dthread_cert.py318 test_info_path = self._output_test_info()
320 self._verify_packets(test_info_path)
345 def _verify_packets(self, test_info_path: str):
346 pv = PacketVerifier(test_info_path, self.CASE_WIRESHARK_PREFS)
350 print("Packet verification passed: %s" % test_info_path, file=sys.stderr)
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dpacket_verifier.py55 def __init__(self, test_info_path, wireshark_prefs=None): argument
60 ti = TestInfo(test_info_path)