Home
last modified time | relevance | path

Searched refs:ServoHost (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/hosts/
Dservo_host.py65 class ServoHost(ssh_host.SSHHost): class
95 super(ServoHost, self)._initialize(hostname=servo_host,
319 return super(ServoHost, self).run(**run_args)
445 super(ServoHost, self).reboot(reboot_cmd=self.REBOOT_CMD,
853 newhost = ServoHost(is_in_lab=is_in_lab, **servo_args)
D__init__.py21 from servo_host import ServoHost
Dplankton_host.py33 class PlanktonHost(servo_host.ServoHost):
/external/autotest/site_utils/deployment/
Dinstall.py281 str(servo_host.ServoHost.DEFAULT_PORT))
610 servo_port = servo_host.ServoHost.DEFAULT_PORT
627 start_port = servo_host.ServoHost.DEFAULT_PORT
/external/autotest/server/site_tests/factory_InstallServo/
Dfactory_InstallServo.py38 hosts.ServoHost(servo_host=servo_host, servo_port=servo_port))