Home | History | Annotate | Download | only in hosts

Lines Matching refs:servohost

66 class ServoHost(ssh_host.SSHHost):
84 """Initialize a ServoHost instance.
86 A ServoHost instance represents a host that controls a servo.
100 super(ServoHost, self)._initialize(hostname=servo_host,
247 return super(ServoHost, self).make_ssh_command(
328 return super(ServoHost, self).run(**run_args)
365 super(ServoHost, self).reboot(reboot_cmd=self.REBOOT_CMD,
382 logging.info('Servohost requies synchronized reboot, which is no'
383 ' longer supported. Manually reboot servohost instead.'
391 """Does this servohost need synchronized reboot across multiple DUTs"""
598 super(ServoHost, self).close()
693 """Create a ServoHost object for a given DUT, if appropriate.
695 This function attempts to create and verify or repair a `ServoHost`
743 @returns: A ServoHost object or None. See comments above.
769 logging.debug('ServoHost is not up.')
772 newhost = ServoHost(