Home | History | Annotate | Download | only in utils

Lines Matching refs:BOARD

12 atest host list -b 'pool:suites,board:BOARD' --unlocked -s Ready
20 "BOARD": {
77 'Config file is indexed by board with keys of '
144 entry_id=0, parent=None, board=None,
156 self.board = board
196 'board': self.board,
321 board=self.get_dut_board_type(host_name),
398 """Determine the board type of a DUT."""
401 def get_board_versions(self, board):
402 """Determine the versions to provision for a board."""
403 return self.config[board]['versions']
407 board = self.get_dut_board_type(host_name)
408 versions = self.get_board_versions(board)
426 for board in boards:
427 for build in self.get_board_versions(board):
500 # Parse config file and determine master list of duts and their board type,
501 # filtering by board type if specified.
510 for board in boards:
511 duts.update({dut: board for dut in config[board]['duts']
524 for dut, board in duts.items():
526 duts_alive[dut] = board
529 'ping check', dut, board)