Searched refs:test_conf (Results 1 – 6 of 6) sorted by relevance
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
D | autoupdate_EndToEndTest.py | 52 def _print_rerun_command(self, test_conf): argument 60 test_conf['update_type'], test_conf['source_release'], 61 test_conf['source_payload_uri'], test_conf['target_release'], 62 test_conf['target_payload_uri']) 65 def run_update_test(self, test_conf): argument 75 source_release = test_conf['source_release'] 76 target_release = test_conf['target_release'] 78 self.update_device(test_conf['target_payload_uri'], tag='target') 88 def run_once(self, test_conf): argument 94 logging.debug('The test configuration supplied: %s', test_conf) [all …]
|
D | control | 157 test_conf = {} 159 test_conf[key] = args_dict.get(key) or locals().get(key) 168 tag='%s_%s' % (test_conf['name'], test_conf['update_type']), 169 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 | 261 def run_once(self, test_conf, max_image_checks): argument 263 logging.debug("Using test_conf: %s", test_conf) 265 self._source_payload_uri = test_conf['source_payload_uri'] 266 self._target_payload_uri = test_conf['target_payload_uri'] 269 target_board = test_conf['target_board'] 270 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/server/cros/update_engine/ |
D | update_engine_test.py | 244 def _get_devserver_for_test(self, test_conf): argument 255 test_conf['target_payload_uri'], self._host.hostname)
|