Lines Matching refs:hostname
69 """Given a DUT's hostname, return the hostname of its servo.
71 @param dut_hostname: hostname of a DUT.
73 @return hostname of the DUT's servo.
115 super(ServoHost, self)._initialize(hostname=servo_host,
118 self._is_in_lab = utils.host_is_in_lab_zone(self.hostname)
121 self._is_localhost = (self.hostname == 'localhost')
122 remote = 'http://%s:%s' % (self.hostname, servo_port)
348 'information about the host.', self.hostname)
352 (self.hostname, e))
379 (self.hostname, e))
421 'the host.', self.hostname)
426 self.hostname)
438 ds = dev_server.ImageServer.resolve(self.hostname)
447 self.hostname, current_build_number)
465 self.hostname, current_build_number)
469 self.hostname)
473 'engine client status=%s', self.hostname, status)
476 'servo host %s, from %s to %s', url, self.hostname,
495 trigger_download_status, self.hostname,
499 self.hostname)
529 logging.info('Sanity checks pass on servo host %s', self.hostname)
558 rpm_client.set_power(self.hostname, 'CYCLE')
563 'Power cycling %s failed: %s' % (self.hostname, e))
577 self.hostname)
586 ' online.' % (self.hostname, failed_cycles))
606 self.hostname)
608 logging.info('Attempting to repair servo host %s.', self.hostname)
697 hosts = afe.get_hosts(hostname=dut)