Lines Matching full:testbeds
255 """Parses completed testbeds and yields device_id, camera_id, and results.
401 The config file contains TestBeds dictionary which contains Controllers and
403 here labels dut and tablet. Parse through the nested TestBeds dict to get
576 for i in config_file_contents['TestBeds']:
579 config_file_contents['TestBeds'].remove(i)
582 config_file_contents['TestBeds'].remove(i)
585 'TestBeds': [config_file_contents['TestBeds'][testbed_index]]
615 config_file_test_key = config_file_contents['TestBeds'][0]['Name'].lower()
795 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
797 # test results. This is a separate dict other than TestBeds.
975 logging.info('Waiting for all testbeds to finish.')
985 logging.info('All testbeds completed, merging results.')
1000 logging.error('No testbeds finished in the last %d seconds, '
1003 'expected number of testbeds: %d',