Home
last modified time | relevance | path

Searched refs:test_conf (Results 1 – 25 of 32) sorted by relevance

12

/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dautoupdate_EndToEndTest.py102 def _get_least_loaded_devserver(self, test_conf): argument
126 test_conf['target_payload_uri'], self._host.hostname)
134 def _stage_payloads_onto_devserver(self, test_conf): argument
144 source_uri = test_conf['source_payload_uri']
146 source_uri, test_conf['source_archive_uri'])
148 target_uri = test_conf['target_payload_uri']
150 target_uri, test_conf['target_archive_uri'],
151 test_conf['update_type'])
298 def run_update_test(self, cros_device, test_conf): argument
309 source_release = test_conf['source_release']
[all …]
Dcontrol185 test_conf = {}
187 test_conf[key] = args_dict.get(key) or locals().get(key)
199 tag='%s_%s' % (test_conf['name'], test_conf['update_type']),
200 host=host, test_conf=test_conf)
/external/lisa/libs/utils/
Dtest.py53 test_conf = None variable in LisaTest
64 if cls.test_conf is None:
66 return cls.test_conf
90 test_env = TestEnv(test_conf=cls._getTestConf())
162 or 'ftrace' not in self.test_conf):
167 events = self.test_conf['ftrace']['events']
Denv.py189 def __init__(self, target_conf=None, test_conf=None, wipe=True, argument
197 self.test_conf = {}
250 if test_conf:
251 if isinstance(test_conf, dict):
253 self.test_conf = test_conf
254 elif isinstance(test_conf, str):
256 self.test_conf = self.loadTargetConfig(test_conf)
266 test_conf_tools = self.test_conf.get('tools', [])
272 if 'ftrace' in self.test_conf:
273 self.conf['ftrace'] = self.test_conf['ftrace']
[all …]
/external/lisa/tests/sfreq/
Dsmoke_test.py29 test_conf = TESTS_CONF variable in SFreq
/external/lisa/tests/eas/
Drfc.py29 test_conf = TESTS_CONF variable in RFC
Dheavy_load.py33 test_conf = { variable in HeavyLoadTest
Dcapacity_capping.py89 cls.env = TestEnv(test_conf=TEST_CONF)
Dload_tracking.py33 test_conf = { variable in _LoadTrackingBase
Dpreliminary.py63 cls.env = TestEnv(test_conf=TEST_CONF)
Dgeneric.py46 test_conf = { variable in _EnergyModelTest
/external/lisa/tests/stune/
Dsmoke_test_ramp.py57 test_conf = TESTS_CONF variable in STune
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_summary.py55 import test_conf as conf
61 from test_conf import (log_root_dir, merged_validators, segment_weights,
Dreport_html.py12 import test_conf as conf
Dfirmware_utils.py14 import test_conf as conf
Dmain.py26 import test_conf as conf
Dfirmware_log.py50 import test_conf as conf
Dfirmware_window.py19 import test_conf as conf
Dtest_flow.py22 import test_conf as conf
DtouchbotII_robot_wrapper.py14 import test_conf as conf
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dmtb_unittest.py15 import test_conf as conf
Dvalidators_unittest.py14 import test_conf as conf
/external/lisa/ipynb/examples/utils/
Dexecutor_example.ipynb263 …"executor = Executor(TestEnv(target_conf=my_target_conf, test_conf=my_test_conf), my_experiments_c…
/external/lisa/ipynb/profiling/
Dkernel_functions_profiling.ipynb148 "test_conf = {\n",
171 "env = TestEnv(target_conf, test_conf)"
/external/lisa/ipynb/examples/trappy/
Dtrappy_example.ipynb191 "te = TestEnv(target_conf=my_target_conf, test_conf=my_tests_conf)\n",

12