Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dservo_constants.py12 SERVO_PORT_ATTR = 'servo_port' variable
23 SERVO_PORT_ATTR,
Dservo_host.py1543 if servo_constants.SERVO_PORT_ATTR in servo_args:
1545 servo_args[servo_constants.SERVO_PORT_ATTR] = int(
1546 servo_args[servo_constants.SERVO_PORT_ATTR])
1549 servo_args[servo_constants.SERVO_PORT_ATTR])
1653 servo_port = servo_args.get(servo_constants.SERVO_PORT_ATTR)
Dcros_host.py298 servo_constants.SERVO_PORT_ATTR,
/external/autotest/site_utils/deployment/
Dinstall.py258 afe.set_host_attribute(servo_constants.SERVO_PORT_ATTR,
280 s_port = (host_attrs.get(servo_constants.SERVO_PORT_ATTR) or
701 servo_port = afe_host[0].attributes.get(servo_constants.SERVO_PORT_ATTR)
767 servo_port = afe_hosts[0].attributes.get(servo_constants.SERVO_PORT_ATTR)
798 host_attr_dict[servo_constants.SERVO_PORT_ATTR] = _get_afe_servo_port(
801 host_attr_dict[servo_constants.SERVO_PORT_ATTR] = _get_free_servo_port(
/external/autotest/server/site_tests/servo_LabControlVerification/
Dservo_LabControlVerification.py108 servo_constants.SERVO_PORT_ATTR: 9999}
/external/autotest/server/site_tests/tast/
Dtast_unittest.py569 '%s=%s' % (servo_constants.SERVO_PORT_ATTR, SERVO_PORT),
585 servo_constants.SERVO_PORT_ATTR: SERVO_PORT,
Dtast.py263 port_arg = merged_args.get(servo_constants.SERVO_PORT_ATTR)
/external/autotest/server/site_tests/servo_LabstationVerification/
Dservo_LabstationVerification.py338 servo_constants.SERVO_PORT_ATTR: port,
/external/autotest/site_utils/deployment/prepare/
Ddut.py66 servo_constants.SERVO_PORT_ATTR: servo_port,