Lines Matching full:board
68 def __init__(self, board, tested_release, test_nmo, test_npo,
71 @param board: the board under test
78 self.board = board
89 board, build_version)
150 self.board, name, is_delta_update, source_version,
210 given tested release and board. This is done by scanning of the test
245 target_version, self.tested_release, self.board)
255 logging.warning('cannot find source for %s, %s', self.board,
269 delta_type, self.board, self.tested_release))
284 the given tested release and board. Cares to exclude test configurations
307 self.board, self.tested_release)
315 logging.warning('cannot find source for %s, %s', self.board,
339 for board in args.tested_board_list:
342 board, args.tested_release, args.test_nmo, args.test_npo,
376 meta_hosts = ['board:%s' % test.board]
408 usage='Usage: %prog [options] RELEASE [BOARD...]',
410 'board(s).')
449 # Skip specific board.
452 opts.tested_board_list = [board for board in opts.tested_board_list
453 if board not in opts.skip_boards]
501 # Control files for the same board are all in the same
503 directory = os.path.join(args.dump_dir, test.board)
525 'board manually if needed.', test)