Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dservo_host.py633 def _map_afe_board_to_servo_board(afe_board): argument
645 mapped_board = afe_board
646 if afe_board in BOARD_MAP:
647 mapped_board = BOARD_MAP[afe_board]
650 if afe_board.endswith(suffix):
651 mapped_board = afe_board[0:-len(suffix)]
653 if mapped_board != afe_board:
654 logging.info('Mapping AFE board=%s to %s', afe_board, mapped_board)
/external/autotest/site_utils/stable_images/
Dassign_stable_images_unittest.py77 for afe_board, omaha_board in board_equivalents:
78 boards.add(afe_board)
79 afe_versions[afe_board] = self._VERSIONS[1]
81 expected[afe_board] = self._VERSIONS[2]
Dbuild_data_unittest.py133 for afe_board, omaha_board in board_equivalents:
135 {omaha_board: self.V1}, afe_board, self.V0)