Home
last modified time | relevance | path

Searched refs:test_config (Results 1 – 22 of 22) sorted by relevance

/tools/dexter/dexter/
Ddexter_tests.py72 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/
Dmanifest_split_test.py30 with tempfile.NamedTemporaryFile('w+t') as test_config:
31 test_config.write("""
38 test_config.flush()
40 test_config.name)
DAndroid.bp55 test_config: "test.xml",
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DLteSimulation.py437 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)
DGsmSimulation.py57 def __init__(self, simulator, log, dut, test_config, calibration_table): argument
83 super().__init__(simulator, log, dut, test_config, calibration_table)
DLteCaSimulation.py76 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)
DUmtsSimulation.py92 def __init__(self, simulator, log, dut, test_config, calibration_table): argument
118 super().__init__(simulator, log, dut, test_config, calibration_table)
DBaseSimulation.py96 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/
Dmodule_finder.py215 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,
Dtest_finder_utils.py527 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/
Dmodule_finder.py213 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,
Dtest_finder_utils.py517 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/
Dinstrumentation_power_test_test.py62 test_config = self._class_config[self.current_test_name]
63 test_config[ACCEPTANCE_THRESHOLD] = ConfigWrapper(criteria)
/tools/asuite/atest/
DAndroid.bp105 test_config: "atest_unittests.xml",
120 test_config: "atest_integration_tests.xml",
Dmodule_info.py243 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/
Dconfig_parser.py40 def _validate_test_config(test_config): argument
52 if k not in test_config:
Dtest_runner.py64 def execute_one_test_class(test_class, test_config, test_identifier): argument
83 tr = TestRunner(test_config, test_identifier)
/tools/tradefederation/core/atest/
Dmodule_info.py240 for test_config in mod_info.get(constants.MODULE_TEST_CONFIG, []):
241 if os.path.isfile(os.path.join(self.root_dir, test_config)):
DAndroid.bp136 test_config: "atest_unittests.xml",
/tools/treble/build/
DAndroid.bp40 test_config: "test.xml",
/tools/asuite/aidegen/
DAndroid.bp75 test_config: "aidegen_unittests.xml",
/tools/acloud/
DAndroid.bp98 test_config: "acloud_unittest.xml",