/tools/dexter/dexter/ |
D | dexter_tests.py | 72 for test_name, test_config in sorted(test_cases.iteritems()): 73 for input_pattern in test_config['input']: 80 cmd = '%s %s %s' % (args.cmd, test_config['args'], input)
|
/tools/treble/split/ |
D | manifest_split_test.py | 30 with tempfile.NamedTemporaryFile('w+t') as test_config: 31 test_config.write(""" 38 test_config.flush() 40 test_config.name)
|
D | Android.bp | 55 test_config: "test.xml",
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/ |
D | LteSimulation.py | 437 def __init__(self, simulator, log, dut, test_config, calibration_table): argument 452 super().__init__(simulator, log, dut, test_config, calibration_table) 462 if self.KEY_TBS_PATTERN not in test_config: 466 self.primary_config.tbs_pattern_on = test_config.get( 470 if self.KEY_DL_256_QAM not in test_config: 475 self.dl_256_qam = test_config.get(self.KEY_DL_256_QAM, False) 491 if self.KEY_UL_64_QAM not in test_config: 496 self.ul_64_qam = test_config.get(self.KEY_UL_64_QAM, False)
|
D | GsmSimulation.py | 57 def __init__(self, simulator, log, dut, test_config, calibration_table): argument 83 super().__init__(simulator, log, dut, test_config, calibration_table)
|
D | LteCaSimulation.py | 76 def __init__(self, simulator, log, dut, test_config, calibration_table): argument 92 super().__init__(simulator, log, dut, test_config, calibration_table) 118 if self.KEY_FREQ_BANDS not in test_config: 123 self.freq_bands = test_config.get(self.KEY_FREQ_BANDS, True)
|
D | UmtsSimulation.py | 92 def __init__(self, simulator, log, dut, test_config, calibration_table): argument 118 super().__init__(simulator, log, dut, test_config, calibration_table)
|
D | BaseSimulation.py | 96 def __init__(self, simulator, log, dut, test_config, calibration_table): argument 118 if self.KEY_CALIBRATION not in test_config: 125 self.calibration_required = test_config.get(self.KEY_CALIBRATION,
|
/tools/asuite/atest/test_finders/ |
D | module_finder.py | 215 test_config = '' 218 test_config = test_config_list[0] 219 if not self.module_info.is_auto_gen_test_config(module_name) and test_config != '': 220 return test_config 374 test_config = self._get_module_test_config(module_name) 375 test_config_path = os.path.join(self.root_dir, test_config) 384 data={constants.TI_REL_CONFIG: test_config,
|
D | test_finder_utils.py | 527 for test_config in mod.get(constants.MODULE_TEST_CONFIG, []): 528 if os.path.isfile(os.path.join(root_dir, test_config)):
|
/tools/tradefederation/core/atest/test_finders/ |
D | module_finder.py | 213 test_config = '' 216 test_config = test_config_list[0] 217 if not self.module_info.is_auto_gen_test_config(module_name) and test_config != '': 218 return test_config 371 test_config = self._get_module_test_config(module_name) 372 test_config_path = os.path.join(self.root_dir, test_config) 381 data={constants.TI_REL_CONFIG: test_config,
|
D | test_finder_utils.py | 517 for test_config in mod.get(constants.MODULE_TEST_CONFIG, []): 518 if os.path.isfile(os.path.join(root_dir, test_config)):
|
/tools/test/connectivity/acts/framework/tests/test_utils/instrumentation/power/ |
D | instrumentation_power_test_test.py | 62 test_config = self._class_config[self.current_test_name] 63 test_config[ACCEPTANCE_THRESHOLD] = ConfigWrapper(criteria)
|
/tools/asuite/atest/ |
D | Android.bp | 105 test_config: "atest_unittests.xml", 120 test_config: "atest_integration_tests.xml",
|
D | module_info.py | 243 for test_config in mod_info.get(constants.MODULE_TEST_CONFIG, []): 244 if os.path.isfile(os.path.join(self.root_dir, test_config)):
|
/tools/test/connectivity/acts/framework/acts/ |
D | config_parser.py | 40 def _validate_test_config(test_config): argument 52 if k not in test_config:
|
D | test_runner.py | 64 def execute_one_test_class(test_class, test_config, test_identifier): argument 83 tr = TestRunner(test_config, test_identifier)
|
/tools/tradefederation/core/atest/ |
D | module_info.py | 240 for test_config in mod_info.get(constants.MODULE_TEST_CONFIG, []): 241 if os.path.isfile(os.path.join(self.root_dir, test_config)):
|
D | Android.bp | 136 test_config: "atest_unittests.xml",
|
/tools/treble/build/ |
D | Android.bp | 40 test_config: "test.xml",
|
/tools/asuite/aidegen/ |
D | Android.bp | 75 test_config: "aidegen_unittests.xml",
|
/tools/acloud/ |
D | Android.bp | 98 test_config: "acloud_unittest.xml",
|