Searched refs:ServoHost (Results 1 - 4 of 4) sorted by relevance

/external/autotest/server/hosts/
H A D__init__.py22 from servo_host import ServoHost namespace
H A Dplankton_host.py33 class PlanktonHost(servo_host.ServoHost):
39 """Initialize a ServoHost instance.
41 A ServoHost instance represents a host that controls a servo.
H A Dservo_host.py44 """This is the base class for exceptions raised by ServoHost."""
81 class ServoHost(ssh_host.SSHHost): class in inherits:ssh_host.SSHHost
102 """Initialize a ServoHost instance.
104 A ServoHost instance represents a host that controls a servo.
115 super(ServoHost, self)._initialize(hostname=servo_host,
310 return super(ServoHost, self).run(**run_args)
646 """Create a ServoHost object.
651 unless both the ServoHost and the Servo are successfully
655 1. If the DUT is in the Cros test lab then the ServoHost object
659 a ServoHost objec
[all...]
/external/autotest/server/site_tests/factory_InstallServo/
H A Dfactory_InstallServo.py38 hosts.ServoHost(servo_host=servo_host, servo_port=servo_port))

Completed in 176 milliseconds