Lines Matching full:board
8 each board and pool.
46 def report_stats(board, pool, start_time, end_time, span):
47 """Report machine stats for given board, pool and time period.
49 @param board: Name of board.
56 print '================ %-12s %-12s ================' % (board, pool)
60 board=board,
79 'collected for board: %s, pool: %s, diff: %s' %
80 (board, pool, total - total_time))
102 fields = {'board': board,
147 errors.append('Error! No board found in metadb.')
148 for board in boards:
150 error = report_stats(board, pool, start_time, end_time,