Searched refs:health_profile (Results 1 – 7 of 7) sorted by relevance
441 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)
209 if host.health_profile:210 host.health_profile.set_firmware_stable_version(build)283 dhp = host.health_profile
353 self.health_profile = None376 self.health_profile = dut_health_profile1351 if self.health_profile:1353 self.health_profile.close()2969 dhp = self.health_profile3098 if not self.health_profile:3103 self.health_profile.update_dut_state(state, reset_counters)
1098 if not need_update_image and host.health_profile:1099 repair_failed_count = host.health_profile.get_repair_fail_count()
122 dhp = self._host.health_profile366 and self._host.health_profile)
66 profile_data = self.dhp.health_profile
224 def health_profile(self): member in DeviceHealthProfile