Searched refs:SERVO_HOST_ATTR (Results 1 – 11 of 11) sorted by relevance
/external/autotest/server/hosts/ |
D | servo_constants.py | 11 SERVO_HOST_ATTR = 'servo_host' variable 22 SERVO_HOST_ATTR,
|
D | cros_host_unittest.py | 117 servo_constants.SERVO_HOST_ATTR: 'host', 120 self.assertEqual(got, {servo_constants.SERVO_HOST_ATTR: 'host'})
|
D | servo_host.py | 1551 servo_args.pop(servo_constants.SERVO_HOST_ATTR, None) 1558 return servo_args if servo_constants.SERVO_HOST_ATTR in servo_args else None 1562 if (servo_args[servo_constants.SERVO_HOST_ATTR] 1564 servo_args[servo_constants.SERVO_HOST_ATTR] = _CONFIG.get_config_value( 1652 servo_hostname = servo_args.get(servo_constants.SERVO_HOST_ATTR)
|
D | cros_host.py | 297 servo_attrs = (servo_constants.SERVO_HOST_ATTR, 307 if servo_constants.SERVO_HOST_ATTR in servo_args 308 and not servo_args[servo_constants.SERVO_HOST_ATTR]
|
/external/autotest/site_utils/deployment/ |
D | install.py | 255 afe.set_host_attribute(servo_constants.SERVO_HOST_ATTR, 278 s_hostname = (host_attrs.get(servo_constants.SERVO_HOST_ATTR) or 697 attribute=servo_constants.SERVO_HOST_ATTR, value=servo_hostname) 768 afe_servo_host = afe_hosts[0].attributes.get(servo_constants.SERVO_HOST_ATTR) 770 servo_constants.SERVO_HOST_ATTR) 802 host_attr_dict[servo_constants.SERVO_HOST_ATTR], used_servo_ports,
|
D | cmdvalidate.py | 478 host_attr_dict={servo_constants.SERVO_HOST_ATTR: hostname_file_row[4],
|
/external/autotest/server/site_tests/servo_LabControlVerification/ |
D | servo_LabControlVerification.py | 107 servo_args = {servo_constants.SERVO_HOST_ATTR: host.hostname,
|
/external/autotest/server/site_tests/tast/ |
D | tast_unittest.py | 568 '%s=%s' % (servo_constants.SERVO_HOST_ATTR, SERVO_HOST), 584 servo_constants.SERVO_HOST_ATTR: SERVO_HOST,
|
D | tast.py | 262 host_arg = merged_args.get(servo_constants.SERVO_HOST_ATTR)
|
/external/autotest/site_utils/deployment/prepare/ |
D | dut.py | 65 servo_constants.SERVO_HOST_ATTR: servo_hostname,
|
/external/autotest/server/site_tests/servo_LabstationVerification/ |
D | servo_LabstationVerification.py | 336 servo_constants.SERVO_HOST_ATTR:
|