Lines Matching full:checksum
27 """Raised if all machines for a label don't have the same checksum."""
32 """Raised if all machines for a label don't have the same checksum string."""
53 self.checksum = None
184 l.append(str(self.checksum))
257 checksum = label.checksum
259 if checksum and (machine.checksum == checksum):
303 machine.checksum = checksum
316 # checksum (otherwise the cache lookup may not be valid).
327 # Make sure this machine's checksum matches our 'common' checksum.
362 cros_machine.checksum = out.strip()
396 image_checksum = label.checksum
420 ### m.checksum == image_checksum):
426 if image_checksum and m.checksum == image_checksum:
431 if not m.checksum:
436 # with a checksum equal to their image over other threads. This saves time
490 'Checksum')
502 test_status, m.checksum)
626 self.checksum = None
659 cros_machine.checksum = ''
666 assert cm.machine_checksum, ('Could not find checksum for machine %s' %