Home
last modified time | relevance | path

Searched refs:health_profile (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/common_lib/hosts/
Drepair.py441 if hasattr(host, 'health_profile') and host.health_profile:
442 host.health_profile.insert_failed_verifier(self.tag)
679 if hasattr(host, 'health_profile') and host.health_profile:
680 host.health_profile.insert_succeed_repair_action(self.tag)
688 if hasattr(host, 'health_profile') and host.health_profile:
689 host.health_profile.insert_failed_repair_action(self.tag)
/external/autotest/server/hosts/
Dcros_firmware.py209 if host.health_profile:
210 host.health_profile.set_firmware_stable_version(build)
283 dhp = host.health_profile
Dcros_host.py353 self.health_profile = None
376 self.health_profile = dut_health_profile
1351 if self.health_profile:
1353 self.health_profile.close()
2969 dhp = self.health_profile
3098 if not self.health_profile:
3103 self.health_profile.update_dut_state(state, reset_counters)
Dcros_repair.py1098 if not need_update_image and host.health_profile:
1099 repair_failed_count = host.health_profile.get_repair_fail_count()
/external/autotest/server/cros/storage/
Dstorage_validate.py122 dhp = self._host.health_profile
366 and self._host.health_profile)
/external/autotest/server/cros/device_health_profile/
Ddevice_health_profile_unittest.py66 profile_data = self.dhp.health_profile
Ddevice_health_profile.py224 def health_profile(self): member in DeviceHealthProfile