Home
last modified time | relevance | path

Searched full:testbeds (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dconfig_parser.py190 testbeds = configs[keys.Config.key_testbed.value]
191 if type(testbeds) is list:
193 for testbed in testbeds:
195 testbeds = tb_dict
196 elif type(testbeds) is dict:
199 for name, testbed in testbeds.items():
205 if name in testbeds:
206 tbs[name] = testbeds[name]
211 testbeds = tbs
233 _validate_testbed_configs(testbeds, config_path)
[all …]
/aosp_15_r20/cts/apps/CameraITS/tools/
H A Drun_all_tests.py279 """Parses completed testbeds and yields device_id, camera_id, and results.
413 The config file contains TestBeds dictionary which contains Controllers and
415 here labels dut and tablet. Parse through the nested TestBeds dict to get
614 for i in config_file_contents['TestBeds']:
620 config_file_contents['TestBeds'].remove(i)
623 config_file_contents['TestBeds'].remove(i)
626 'TestBeds': [config_file_contents['TestBeds'][testbed_index]]
659 config_file_test_key = config_file_contents['TestBeds'][0]['Name'].lower()
846 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
848 # test results. This is a separate dict other than TestBeds.
[all …]
H A Drun_sensor_fusion.py107 for i in config_file_contents['TestBeds']:
109 config_file_contents['TestBeds'].remove(i)
133 config_file_contents['TestBeds'][0]['TestParams'] = test_params_content
/aosp_15_r20/external/python/mobly/tests/mobly/
Dconfig_parser_test.py38 f.write('TestBeds:\n')
45 self.assertEqual(config['TestBeds'][0]['Name'], 'SampleTestBed')
50 f.write('TestBeds:\n')
57 self.assertEqual(config['TestBeds'][0]['Name'], '\u901a')
Dsuite_runner_test.py104 TestBeds:
123 TestBeds:
155 TestBeds:
Dtest_runner_test.py347 TestBeds:
368 TestBeds:
/aosp_15_r20/external/python/mobly/docs/
Dtutorial.md26 TestBeds:
141 TestBeds:
172 TestBeds:
211 TestBeds:
Dinstrumentation_tutorial.md37 TestBeds:
82 TestBeds:
146 TestBeds:
/aosp_15_r20/tools/asuite/atest/test_runners/
H A Dmobly_test_runner_unittest.py212 'TestBeds': [{
235 'TestBeds': [{
257 'TestBeds': [{
291 'TestBeds': [{
/aosp_15_r20/external/python/mobly/tests/lib/
Dmobly_sanity_test_config.yml1 TestBeds:
/aosp_15_r20/tools/netsim/testing/mobly/
H A Dsample_config.yml1 TestBeds:
/aosp_15_r20/platform_testing/tests/example/mobly/
H A Dmobly-hello-world-test_config.yaml1 TestBeds:
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/pairing/
H A Dbt_discovery_config.yaml1 TestBeds:
/aosp_15_r20/platform_testing/tests/example/mobly_multidevice/
H A Dconfig.yaml1 TestBeds:
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/perfromance/
H A Dbt_performance_10_iterations.yaml1 TestBeds:
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/sms/
H A Dbt_sms_config.yaml1 TestBeds:
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/dialer/
H A Dbt_3device_config.yaml1 TestBeds:
/aosp_15_r20/cts/hostsidetests/multidevices/
H A Dconfig.yml1 TestBeds:
/aosp_15_r20/packages/services/DeviceAsWebcam/tests/
Dconfig.yml1 TestBeds:
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/
Dsample_testbed.yaml1 TestBeds:
/aosp_15_r20/packages/apps/Nfc/testutils/
Dconfig.yaml1 TestBeds:
/aosp_15_r20/external/pandora/avatar/avatar/cases/
Dconfig.yml3 TestBeds:
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/test/
Dconfig.yml3 TestBeds:
/aosp_15_r20/external/autotest/test_suites/
H A Dcontrol.bluetooth_wifi_testbed_update16 peer devices present in wificell testbeds.
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/
Drust_host_config.yaml2 TestBeds:

123