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