Home
last modified time | relevance | path

Searched refs:get_repair_fail_count (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/device_health_profile/
Ddevice_health_profile_unittest.py141 cached_count = self.dhp.get_repair_fail_count()
143 self.assertEqual(self.dhp.get_repair_fail_count(), cached_count + 1)
Ddevice_health_profile.py289 def get_repair_fail_count(self): member in DeviceHealthProfile
434 self.get_repair_fail_count() + 1)
/external/autotest/server/hosts/
Dcros_firmware.py288 repair_fail_count = dhp.get_repair_fail_count()
Dcros_repair.py1099 repair_failed_count = host.health_profile.get_repair_fail_count()
Dcros_host.py2970 if dhp and dhp.get_repair_fail_count() > 49:
2976 dhp.get_repair_fail_count())