Lines Matching refs:checksum
707 def __init__(self, handle, checksum): argument
709 self.checksum = checksum
715 def __init__(self, checksum, full_path): argument
716 self.checksum = checksum
775 def _verify_remote(self, checksum, remote_path): argument
778 self.assertEqual(checksum, dev_md5)
780 def _verify_local(self, checksum, local_path): argument
783 self.assertEqual(host_md5, checksum)
820 self._verify_remote(temp_file.checksum, remote_path)
910 self._verify_remote(temp_file.checksum, remote_path)
917 self._verify_remote(temp_file.checksum, remote_path)
972 def _test_pull(self, remote_file, checksum): argument
979 self.assertEqual(checksum, host_md5)
1027 self._verify_local(temp_file.checksum, host_path)
1062 self._verify_local(temp_file.checksum, host_path)
1093 self._verify_local(temp_file.checksum, host_path)
1117 self._verify_local(temp_file.checksum, host_path)
1152 self._verify_local(temp_file.checksum, host_path)
1197 self._verify_local(temp_file.checksum, local_path)
1203 self._verify_local(subdir_temp_file.checksum, local_path)
1218 self.assertEqual(temp_file.checksum, dev_md5)