Home
last modified time | relevance | path

Searched refs:host_attr_dict (Results 1 – 2 of 2) sorted by relevance

/external/autotest/site_utils/deployment/
Dinstall.py553 def _install_dut(arguments, host_attr_dict, hostname): argument
580 host_attr_dict.get(hostname, {}),
769 host_info_servo_host = host_info.host_attr_dict.get(
794 host_attr_dict = host_info.host_attr_dict
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(
802 host_attr_dict[servo_constants.SERVO_HOST_ATTR], used_servo_ports,
804 host_attributes[host_info.hostname] = host_attr_dict
859 host_attr_dict = _get_host_attributes(arguments.host_info_list, afe)
862 host_attr_dict)
Dcmdvalidate.py478 host_attr_dict={servo_constants.SERVO_HOST_ATTR: hostname_file_row[4],