HomeSort by relevance Sort by last modified time
    Searched refs:servo_host (Results 1 - 10 of 10) sorted by null

  /external/autotest/contrib/
haveservo 15 from autotest_lib.server.hosts import servo_host namespace
18 servo_name = servo_host.make_servo_hostname(host.strip())
  /external/autotest/server/hosts/
plankton_host.py 11 from autotest_lib.server.hosts import servo_host namespace
15 # the servo_host and servo_port for a servo connected to the DUT.
33 class PlanktonHost(servo_host.ServoHost):
__init__.py 22 from servo_host import ServoHost
servo_host.py 37 # the servo_host and servo_port for a servo connected to the DUT.
38 SERVO_HOST_ATTR = 'servo_host'
97 _timer = autotest_stats.Timer('servo_host')
100 def _initialize(self, servo_host='localhost', servo_port=9999,
106 @param servo_host: Name of the host where the servod process
115 super(ServoHost, self)._initialize(hostname=servo_host,
490 'servo_host.RootFSUpdateError').increment()
523 self._servo = servo.Servo(servo_host=self)
657 port settings in `servo_host` will be ignored.
671 e.g. {'servo_host': '172.11.11.111'
    [all...]
cros_host.py 41 from autotest_lib.server.hosts import servo_host namespace
218 ('servo_host', 'servo_port').
279 args_dict, ('servo_host', 'servo_port'))
290 servo_host.create_servo_host for how this is determined.
296 a ServoHost object. See servo_host for details.
299 See servo_host for details.
315 # process of servo and servo_host initialization.
317 self._servo_host = servo_host.create_servo_host(
    [all...]
  /external/autotest/server/site_tests/factory_InstallServo/
factory_InstallServo.py 10 servo_host: the host running the servod (defaults to localhost)
36 def _create_servo(self, servo_host, servo_port):
38 hosts.ServoHost(servo_host=servo_host, servo_port=servo_port))
92 def run_once(self, servo_host="localhost", servo_port=None,
97 servo_host,
  /external/autotest/server/site_tests/infra_ServoDiagnosis/
infra_ServoDiagnosis.py 56 def run_diagnostic(self, servo_host, servod):
62 @param servo_host A ServoHost object to be the target of the
71 return self._get_result(servo_host, servod)
76 def _ssh_test(servo_host, servod):
85 @param servo_host The ServoHost object to talk to via ssh.
89 return servo_host.is_up()
92 def _servod_connect(servo_host, servod):
114 def _pwr_button_test(servo_host, servod):
129 @param servo_host Ignored.
136 def _lid_test(servo_host, servod)
    [all...]
  /external/autotest/server/cros/servo/
servo.py 160 def __init__(self, servo_host, servo_serial=None):
163 @param servo_host: A ServoHost object representing
168 # We should move servo_host object out of servo object
170 self._servo_host = servo_host
172 self._server = servo_host.get_servod_server_proxy()
  /external/autotest/site_utils/
lab_inventory.py 61 from autotest_lib.server.hosts import servo_host namespace
611 servo_name = servo_host.make_servo_hostname(h.host.hostname)
    [all...]
  /external/autotest/server/
autoserv 279 servo_host = hosts[0].attributes.get('servo_host', None)
281 if not servo_host in ['localhost', '127.0.0.1']:
282 logging.warn('Starting servod is aborted. The dut\'s servo_host '

Completed in 202 milliseconds