Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dservo_host.py693 def _map_afe_board_to_servo_board(afe_board): argument
705 mapped_board = afe_board
706 if afe_board in BOARD_MAP:
707 mapped_board = BOARD_MAP[afe_board]
710 if afe_board.endswith(suffix):
711 mapped_board = afe_board[0:-len(suffix)]
713 if mapped_board != afe_board:
714 logging.info('Mapping AFE board=%s to %s', afe_board, mapped_board)
/external/autotest/site_utils/stable_images/
Dassign_stable_images_unittest.py121 for afe_board, omaha_board in board_equivalents:
122 boards.add(afe_board)
123 afe_versions[afe_board] = self._VERSIONS[1]
125 expected[afe_board] = self._VERSIONS[2]