Searched refs:captured_checksums (Results 1 – 1 of 1) sorted by relevance
131 captured_checksums = chameleon_port.get_captured_checksums(0)132 captured_checksums = [tuple(x) for x in captured_checksums]133 return (captured_checksums, timestamp_list)135 def _tearing_test(self, captured_checksums, checksum_table): argument144 for checksum in captured_checksums:192 captured_checksums, timestamp_list = self._display_and_capture(203 len(captured_checksums), checksum_table,204 captured_checksums, timestamp_list,210 captured_checksums, checksum_table) is False:215 for checksum in captured_checksums]