Home
last modified time | relevance | path

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

/external/autotest/site_utils/deployment/
Dcmdvalidate.py447 def _parse_hostname_file_line(hostname_file_row): argument
457 if len(hostname_file_row) != _EXPECTED_NUMBER_OF_HOST_INFO:
460 (len(hostname_file_row), _EXPECTED_NUMBER_OF_HOST_INFO,
461 hostname_file_row))
472 hostname=hostname_file_row[1],
473 host_attr_dict={servo_host.SERVO_HOST_ATTR: hostname_file_row[4],
474 servo_host.SERVO_SERIAL_ATTR: hostname_file_row[5]})