Home
last modified time | relevance | path

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

/external/autotest/site_utils/deployment/
Dcommandline.py499 def _parse_hostname_file_line(hostname_file_row): argument
509 if len(hostname_file_row) != _EXPECTED_NUMBER_OF_HOST_INFO:
512 (len(hostname_file_row), _EXPECTED_NUMBER_OF_HOST_INFO,
513 hostname_file_row))
524 hostname=hostname_file_row[1],
525 host_attr_dict={servo_host.SERVO_HOST_ATTR: hostname_file_row[4],
526 servo_host.SERVO_SERIAL_ATTR: hostname_file_row[5]})