Searched refs:test_conf (Results 1 – 17 of 17) sorted by relevance
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | autoupdate_EndToEndTest.py | 95 def _stage_payloads_onto_devserver(self, test_conf): argument 104 self._stage_payloads(test_conf['source_payload_uri'], 105 test_conf['source_archive_uri']) 107 self._stage_payloads(test_conf['target_payload_uri'], 108 test_conf['target_archive_uri'], 109 test_conf['update_type']) 219 def run_update_test(self, cros_device, test_conf): argument 230 source_release = test_conf['source_release'] 231 target_release = test_conf['target_release'] 236 pid = cros_device.install_target_image(test_conf[ [all …]
|
D | control | 167 test_conf = {} 169 test_conf[key] = args_dict.get(key) or locals().get(key) 181 tag='%s_%s' % (test_conf['name'], test_conf['update_type']), 182 host=host, test_conf=test_conf)
|
/external/autotest/server/site_tests/autoupdate_StatefulCompatibility/ |
D | control.kernel_transition | 33 test_conf = {} 35 test_conf[key] = None 49 test_conf['target_board'] = target_board 50 test_conf['target_version_regex'] = 'LATEST-[0-9]*' 52 test_conf=test_conf, max_image_checks=20)
|
D | autoupdate_StatefulCompatibility.py | 250 def run_once(self, test_conf, max_image_checks): argument 251 logging.debug("Using test_conf: %s", test_conf) 253 self._source_payload_uri = test_conf['source_payload_uri'] 254 self._target_payload_uri = test_conf['target_payload_uri'] 257 target_board = test_conf['target_board'] 258 target_version_regex = test_conf['target_version_regex']
|
D | control | 52 test_conf = {} 54 test_conf[key] = args_dict.get(key) or locals().get(key) 60 test_conf=test_conf, max_image_checks=20)
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_summary.py | 55 import test_conf as conf 61 from test_conf import (log_root_dir, merged_validators, segment_weights,
|
D | report_html.py | 12 import test_conf as conf
|
D | firmware_utils.py | 14 import test_conf as conf
|
D | main.py | 26 import test_conf as conf
|
D | firmware_log.py | 50 import test_conf as conf
|
D | firmware_window.py | 19 import test_conf as conf
|
D | test_flow.py | 22 import test_conf as conf
|
D | touchbotII_robot_wrapper.py | 14 import test_conf as conf
|
D | validators.py | 1202 import test_conf as conf
|
/external/autotest/server/cros/update_engine/ |
D | update_engine_test.py | 371 def _get_least_loaded_devserver(self, test_conf): argument 387 test_conf['target_payload_uri'], self._host.hostname)
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | mtb_unittest.py | 15 import test_conf as conf
|
D | validators_unittest.py | 14 import test_conf as conf
|