/external/autotest/server/site_tests/infra_ServoDiagnosis/ |
D | infra_ServoDiagnosis.py | 56 def run_diagnostic(self, servo_host, servod): argument 71 return self._get_result(servo_host, servod) 76 def _ssh_test(servo_host, servod): argument 89 return servo_host.is_up() 92 def _servod_connect(servo_host, servod): argument 114 def _pwr_button_test(servo_host, servod): argument 136 def _lid_test(servo_host, servod): argument 158 def _command_test(servo_host, command): argument 168 return servo_host.run(command).stdout.strip('\n') 171 def _brillo_test(servo_host, servod): argument [all …]
|
/external/autotest/server/site_tests/provision_FactoryImage/ |
D | control | 27 --args="image_name=<board>/<build> servo_host=<ip of servo_host>" 29 where servo_host is the ip of beagle board running servod. If a servo_host 38 servo_host = args_dict.get('servo_host') 41 '<build> servo_host=<ip of servo_host>" when '
|
/external/autotest/server/site_tests/factory_InstallServo/ |
D | factory_InstallServo.py | 36 def _create_servo(self, servo_host, servo_port): argument 38 hosts.ServoHost(servo_host=servo_host, servo_port=servo_port)) 92 def run_once(self, servo_host="localhost", servo_port=None, argument 97 servo_host,
|
/external/autotest/contrib/ |
D | haveservo | 15 from autotest_lib.server.hosts import servo_host 18 servo_name = servo_host.make_servo_hostname(host.strip())
|
/external/autotest/server/hosts/ |
D | plankton_host.py | 11 from autotest_lib.server.hosts import servo_host 33 class PlanktonHost(servo_host.ServoHost):
|
D | servo_host.py | 100 def _initialize(self, servo_host='localhost', servo_port=9999, argument 115 super(ServoHost, self)._initialize(hostname=servo_host, 523 self._servo = servo.Servo(servo_host=self) 727 return ServoHost(servo_host=lab_servo_hostname, is_in_lab=is_in_lab,
|
D | __init__.py | 22 from servo_host import ServoHost
|
D | cros_host.py | 41 from autotest_lib.server.hosts import servo_host 317 self._servo_host = servo_host.create_servo_host( 1110 self._servo_host = servo_host.create_servo_host(
|
/external/autotest/server/site_tests/firmware_FWupdate/ |
D | control | 17 test_that --board=BOARD --args 'servo_host=SERVO3_IP new_ec=/path/to/ec.bin new_bios=/path/to/bios.… 19 Remove servo_host param for V2 servo.
|
/external/autotest/server/cros/servo/ |
D | servo.py | 160 def __init__(self, servo_host, servo_serial=None): argument 170 self._servo_host = servo_host 172 self._server = servo_host.get_servod_server_proxy()
|
/external/autotest/server/site_tests/platform_CompromisedStatefulPartition/ |
D | control | 28 test_that -b <board> --args "servo_host=<servo_ip>" <dut_ip> platform_CompromisedStatefulPartition
|
/external/autotest/site_utils/ |
D | lab_inventory.py | 61 from autotest_lib.server.hosts import servo_host 611 servo_name = servo_host.make_servo_hostname(h.host.hostname)
|
/external/autotest/server/ |
D | autoserv | 279 servo_host = hosts[0].attributes.get('servo_host', None) 281 if not servo_host in ['localhost', '127.0.0.1']:
|
/external/autotest/docs/ |
D | best-practices.md | 299 test_that --args=”servo_host=...” … 301 test_that --args=”servo_host=... servo_port=...” ...
|