Lines Matching full:testbeds
263 """Parses completed testbeds and yields device_id, camera_id, and results.
397 The config file contains TestBeds dictionary which contains Controllers and
399 here labels dut and tablet. Parse through the nested TestBeds dict to get
598 for i in config_file_contents['TestBeds']:
604 config_file_contents['TestBeds'].remove(i)
607 config_file_contents['TestBeds'].remove(i)
610 'TestBeds': [config_file_contents['TestBeds'][testbed_index]]
643 config_file_test_key = config_file_contents['TestBeds'][0]['Name'].lower()
828 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
830 # test results. This is a separate dict other than TestBeds.
1041 logging.info('Waiting for all testbeds to finish.')
1051 logging.info('All testbeds completed, merging results.')
1066 logging.error('No testbeds finished in the last %d seconds, '
1069 'expected number of testbeds: %d',