Home | History | Annotate | Download | only in hosts

Lines Matching full:board

142         # board name is needed for adb_host to repair as the adb_host objects
146 board = info.board
147 # Remove the tailing -# in board name as it can be passed in from
148 # testbed board labels
149 match = re.match(r'^(.*)-\d+$', board)
151 board = match.group(1)
155 adb_device.repair(board=board, os=info.os)
199 based on board.
259 given images. Or there are more duts with the same board than
273 # serials grouped by the board of duts.
283 # Builds grouped by the board name.
289 'the board name.' % build)
293 # Pair build with dut with matching board.