Home
last modified time | relevance | path

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

/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 …]
/tools/asuite/atest/test_runners/
Dmobly_test_runner_unittest.py210 'TestBeds': [{
233 'TestBeds': [{
255 'TestBeds': [{
289 'TestBeds': [{
Dmobly_test_runner.py73 CONFIG_KEY_TESTBEDS = 'TestBeds'
/tools/netsim/testing/mobly/
Dsample_config.yml1 TestBeds:
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dffx.py210 # testbeds which have the private key in another location, set it now.
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java575 "TestBeds:\n" in updateTemplateConfigFile()
607 List<Object> testBedList = (List<Object>) configMap.get("TestBeds"); in updateConfigFile()
/tools/test/mobly_extensions/scripts/
Dlocal_mobly_runner.py341 'TestBeds': [{
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTestTest.java1440 .append("TestBeds:") in testUpdateConfigFile()
1483 .append("TestBeds:") in testUpdateConfigFileMultidevice()
1531 .append("TestBeds:") in testUpdateConfigFileDetectDevice()