Searched refs:SERVO_PORT_ATTR (Results 1 - 3 of 3) sorted by relevance

/external/autotest/site_utils/deployment/
H A Dinstall.py317 servo_host.SERVO_PORT_ATTR)
328 afe.set_host_attribute(servo_host.SERVO_PORT_ATTR,
634 servo_port = afe_host[0].attributes.get(servo_host.SERVO_PORT_ATTR)
698 servo_port = afe_hosts[0].attributes.get(servo_host.SERVO_PORT_ATTR)
728 host_attr_dict[servo_host.SERVO_PORT_ATTR] = _get_afe_servo_port(
731 host_attr_dict[servo_host.SERVO_PORT_ATTR] = _get_free_servo_port(
/external/autotest/server/hosts/
H A Dservo_host.py48 SERVO_PORT_ATTR = 'servo_port' variable
747 if SERVO_PORT_ATTR in attrs:
749 servo_port = attrs[SERVO_PORT_ATTR]
750 servo_args[SERVO_PORT_ATTR] = int(servo_port)
H A Dcros_host.py259 servo_host.SERVO_PORT_ATTR,

Completed in 351 milliseconds