Searched refs:SERVO_HOST_ATTR (Results 1 – 7 of 7) sorted by relevance
/external/autotest/server/hosts/ |
D | servo_host.py | 44 SERVO_HOST_ATTR = 'servo_host' variable 52 SERVO_HOST_ATTR, 351 attribute=SERVO_HOST_ATTR, value=self.hostname) 676 servo_args.pop(SERVO_HOST_ATTR, None) 682 return servo_args if SERVO_HOST_ATTR in servo_args else None 686 if servo_args[SERVO_HOST_ATTR] in ['localhost', '127.0.0.1']: 687 servo_args[SERVO_HOST_ATTR] = _CONFIG.get_config_value( 763 if SERVO_HOST_ATTR not in servo_args: 765 SERVO_HOST_ATTR, servo_args) 768 not servo_host_is_up(servo_args[SERVO_HOST_ATTR])): [all …]
|
D | cros_host_unittest.py | 101 servo_host.SERVO_HOST_ATTR: 'host', 104 self.assertEqual(got, {servo_host.SERVO_HOST_ATTR: 'host'})
|
D | cros_host.py | 230 servo_attrs = (servo_host.SERVO_HOST_ATTR, 239 if servo_host.SERVO_HOST_ATTR in servo_args 240 and not servo_args[servo_host.SERVO_HOST_ATTR]
|
D | cros_label.py | 421 servo_host_hostname = servo_args.get(servo_host.SERVO_HOST_ATTR)
|
/external/autotest/site_utils/deployment/ |
D | install.py | 325 afe.set_host_attribute(servo_host.SERVO_HOST_ATTR, 347 s_hostname = (host_attrs.get(servo_host.SERVO_HOST_ATTR) or 726 attribute=servo_host.SERVO_HOST_ATTR, value=servo_hostname) 795 afe_servo_host = afe_hosts[0].attributes.get(servo_host.SERVO_HOST_ATTR) 797 servo_host.SERVO_HOST_ATTR) 828 host_attr_dict[servo_host.SERVO_HOST_ATTR], used_servo_ports,
|
D | cmdvalidate.py | 473 host_attr_dict={servo_host.SERVO_HOST_ATTR: hostname_file_row[4],
|
/external/autotest/site_utils/deployment/prepare/ |
D | dut.py | 56 servo_host.SERVO_HOST_ATTR: servo_hostname,
|