Home | History | Annotate | Download | only in crosperf

Lines Matching refs: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
175 l.append(str(self.checksum))
246 checksum = label.checksum
248 if checksum and (machine.checksum == checksum):
293 machine.checksum = checksum
306 # checksum (otherwise the cache lookup may not be valid).
317 # Make sure this machine's checksum matches our 'common' checksum.
352 cros_machine.checksum = out.strip()
386 image_checksum = label.checksum
411 ### m.checksum == image_checksum):
418 if image_checksum and m.checksum == image_checksum:
423 if not m.checksum:
428 # with a checksum equal to their image over other threads. This saves time
482 'Checksum')
494 test_status, m.checksum)
618 self.checksum = None
651 cros_machine.checksum = ''
659 'Could not find checksum for machine %s' % machine_name)