Home
last modified time | relevance | path

Searched refs:SERVO_PORT_ATTR (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/hosts/
Dservo_host.py45 SERVO_PORT_ATTR = 'servo_port' variable
53 SERVO_PORT_ATTR,
669 if SERVO_PORT_ATTR in servo_args:
671 servo_args[SERVO_PORT_ATTR] = int(servo_args[SERVO_PORT_ATTR])
674 servo_args[SERVO_PORT_ATTR])
Dcros_host.py231 servo_host.SERVO_PORT_ATTR,
/external/autotest/site_utils/deployment/
Dinstall.py328 afe.set_host_attribute(servo_host.SERVO_PORT_ATTR,
349 s_port = (host_attrs.get(servo_host.SERVO_PORT_ATTR) or
730 servo_port = afe_host[0].attributes.get(servo_host.SERVO_PORT_ATTR)
794 servo_port = afe_hosts[0].attributes.get(servo_host.SERVO_PORT_ATTR)
824 host_attr_dict[servo_host.SERVO_PORT_ATTR] = _get_afe_servo_port(
827 host_attr_dict[servo_host.SERVO_PORT_ATTR] = _get_free_servo_port(
/external/autotest/site_utils/deployment/prepare/
Ddut.py57 servo_host.SERVO_PORT_ATTR: servo_port,