Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/autoupdate_EndToEndTest/
Dautoupdate_EndToEndTest.py95 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 …]
Dcontrol167 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/
Dcontrol.kernel_transition33 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)
Dautoupdate_StatefulCompatibility.py250 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']
Dcontrol52 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/
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
Dvalidators.py1202 import test_conf as conf
/external/autotest/server/cros/update_engine/
Dupdate_engine_test.py371 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/
Dmtb_unittest.py15 import test_conf as conf
Dvalidators_unittest.py14 import test_conf as conf