/external/autotest/server/cros/ |
D | autoupdater.py | 205 def _url_to_version(update_url): argument 216 urlparse.urlparse(update_url).path).split('/')[-1].strip() 219 def url_to_image_name(update_url): argument 230 return '/'.join(urlparse.urlparse(update_url).path.split('/')[-2:]) 258 def _get_devserver_build_from_update_url(update_url): argument 277 parts = re.search(re_pattern, update_url) 279 raise ValueError('%s is not an update url' % update_url) 283 def _list_image_dir_contents(update_url): argument 288 if not update_url: 291 error_msg = 'Cannot check contents of devserver, update url %s' % update_url [all …]
|
D | autoupdater_unittest.py | 95 update_url = ('http://172.22.50.205:8082/update/lumpy-release/' 98 self.assertEqual(autoupdater.url_to_image_name(update_url), 123 update_url = 'http://server/test/url' 150 updater = autoupdater.ChromiumOSUpdater(update_url, host=self.host) 227 update_url = ('http://172.22.50.205:8082/update/lumpy-chrome-perf/' 244 updater = autoupdater.ChromiumOSUpdater(update_url) 259 updater = autoupdater.ChromiumOSUpdater(update_url) 265 update_url = ('http://172.22.50.205:8082/update/lumpy-chrome-perf/' 270 updater = autoupdater.ChromiumOSUpdater(update_url, host=host) 301 update_url = 'http://server/test/url' [all …]
|
/external/autotest/server/site_tests/autoupdate_DataPreserved/ |
D | autoupdate_DataPreserved.py | 39 update_url = self.get_update_url_for_test(job_repo_url, 42 logging.info('Update url: %s', update_url) 46 update_url=update_url) 52 update_url=update_url,
|
/external/autotest/server/hosts/ |
D | sonic_host.py | 241 def _setup_for_recovery(self, update_url): argument 254 site_utils.remote_wget(update_url, self.OTA_LOCATION, ssh_cmd) 270 def machine_install(self, update_url): argument 279 self._setup_for_recovery(update_url) 291 (self.hostname, update_url())) 293 return str(new_build_number), {constants.JOB_REPO_URL: update_url}
|
D | cros_repair.py | 533 update_url = tools.image_url_pattern() % ( 535 afe_utils.machine_install_and_update_labels(host, update_url)
|
D | servo_host.py | 481 updater = autoupdater.ChromiumOSUpdater(update_url=url, host=self)
|
/external/autotest/server/site_tests/autoupdate_P2P/ |
D | autoupdate_P2P.py | 105 def _update_dut(self, host, update_url): argument 122 updater = autoupdater.ChromiumOSUpdater(update_url, host) 159 def _update_via_p2p(self, host, update_url): argument 177 updater = autoupdater.ChromiumOSUpdater(update_url, host, 294 update_url = self.get_update_url_for_test(job_repo_url, 300 self._update_dut(self._hosts[0], update_url) 308 update_engine_log = self._update_via_p2p(self._hosts[1], update_url)
|
/external/autotest/server/site_tests/autoupdate_Interruptions/ |
D | autoupdate_Interruptions.py | 33 update_url = self.get_update_url_for_test(job_repo_url, 43 parsed_url = urlparse.urlparse(update_url) 64 self._disconnect_then_reconnect_network(update_url)
|
/external/autotest/server/site_tests/autoupdate_Cellular/ |
D | autoupdate_Cellular.py | 27 update_url = self.get_update_url_for_test(job_repo_url, 42 image_url=update_url,
|
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/ |
D | autoupdate_ForcedOOBEUpdate.py | 78 update_url = self.get_update_url_for_test(job_repo_url, 96 image_url=update_url, 125 self._disconnect_then_reconnect_network(update_url)
|
/external/autotest/server/site_tests/provision_AutoUpdate/ |
D | provision_AutoUpdate.py | 61 def _emit_provision_metrics(update_url, dut_host_name, argument 73 build_name = autoupdater.url_to_image_name(update_url) 79 'dev_server': dev_server.get_resolved_hostname(update_url),
|
/external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/ |
D | autoupdate_NonBlockingOOBEUpdate.py | 41 update_url = self.get_update_url_for_test(job_repo_url, 47 client_at.run_test('autoupdate_StartOOBEUpdate', image_url=update_url,
|
/external/autotest/client/site_tests/autoupdate_DisconnectReconnectNetwork/ |
D | autoupdate_DisconnectReconnectNetwork.py | 37 def run_once(self, update_url, time_without_network=120): argument 41 self._update_server = urlparse.urlparse(update_url).hostname
|
/external/autotest/server/ |
D | afe_utils.py | 94 def machine_install_and_update_labels(host, update_url, argument 111 update_url, host=host, use_quick_provision=use_quick_provision)
|
/external/autotest/client/cros/enterprise/ |
D | enterprise_au_context.py | 49 update_url = self._omaha.get_update_url() 50 self._au_util._create_custom_lsb_release(from_build, update_url)
|
/external/autotest/client/site_tests/autoupdate_UserData/ |
D | autoupdate_UserData.py | 117 def run_once(self, update_url=None, after_update=False): argument 133 self._check_for_update(update_url)
|
/external/autotest/server/cros/update_engine/ |
D | update_engine_test.py | 474 def _disconnect_then_reconnect_network(self, update_url): argument 482 'autoupdate_DisconnectReconnectNetwork', update_url=update_url)
|
/external/autotest/client/cros/update_engine/ |
D | update_engine_util.py | 297 def _create_custom_lsb_release(self, update_url, build='0.0.0.0'): argument 316 (update_url, self._CUSTOM_LSB_RELEASE))
|