Home
last modified time | relevance | path

Searched refs:get_dut_health_profile (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/hosts/
Dservo_repair.py1009 dhp = host.get_dut_health_profile()
1027 return (not host.is_localhost() and host.get_dut_health_profile()
1028 and self.is_time_to_try(host.get_dut_health_profile()))
Dservo_host.py1487 def get_dut_health_profile(self): member in ServoHost