Searched refs:test_info_path (Results 1 – 2 of 2) sorted by relevance
302 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)
55 def __init__(self, test_info_path, wireshark_prefs=None): argument60 ti = TestInfo(test_info_path)