Home
last modified time | relevance | path

Searched refs:full_payload (Results 1 – 25 of 47) sorted by relevance

12

/external/autotest/server/site_tests/autoupdate_WithDLC/
Dautoupdate_WithDLC.py33 def run_once(self, full_payload=True, job_repo_url=None): argument
50 full_payload=full_payload))
57 full_payload=True, is_dlc=True))
58 if not full_payload:
61 job_repo_url=job_repo_url, full_payload=False,
69 full_payload=full_payload)
/external/autotest/server/site_tests/autoupdate_Interruptions/
Dautoupdate_Interruptions.py22 def run_once(self, full_payload=True, interrupt=None, job_repo_url=None): argument
42 full_payload=full_payload)
53 full_payload=full_payload,
69 full_payload=full_payload)
/external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/
Dautoupdate_NonBlockingOOBEUpdate.py22 def run_once(self, full_payload=True, job_repo_url=None): argument
39 full_payload=full_payload)
42 full_payload=full_payload,
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
Dautoupdate_ForcedOOBEUpdate.py102 def run_once(self, full_payload=True, cellular=False, argument
130 job_repo_url, full_payload=full_payload)
133 job_repo_url, full_payload=full_payload)
153 payload_url=payload_url, full_payload=full_payload,
Dcontrol.cellular.delta25 job.run_test('autoupdate_ForcedOOBEUpdate', host=host, full_payload=False,
Dcontrol.cellular.full25 job.run_test('autoupdate_ForcedOOBEUpdate', host=host, full_payload=True,
Dcontrol.interrupt.reboot.full.moblab26 job.run_test('autoupdate_ForcedOOBEUpdate', host=host, full_payload=True,
Dcontrol.interrupt.reboot.full26 job.run_test('autoupdate_ForcedOOBEUpdate', host=host, full_payload=True,
Dcontrol.interrupt.suspend.full26 job.run_test('autoupdate_ForcedOOBEUpdate', host=host, full_payload=True,
/external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/
Dautoupdate_StartOOBEUpdate.py39 def _start_oobe_update(self, update_url, critical_update, full_payload): argument
50 full_payload=full_payload)
80 critical_update=True, full_payload=None, argument
104 self._start_oobe_update(update_url, critical_update, full_payload)
/external/autotest/server/site_tests/autoupdate_DataPreserved/
Dautoupdate_DataPreserved.py20 def run_once(self, full_payload=True, job_repo_url=None): argument
33 full_payload=full_payload)
/external/autotest/server/site_tests/autoupdate_Basic/
Dautoupdate_Basic.py13 def run_once(self, full_payload, job_repo_url=None): argument
23 full_payload=full_payload)
/external/autotest/server/site_tests/autoupdate_Periodic/
Dautoupdate_Periodic.py15 full_payload=True, argument
31 full_payload=full_payload,
/external/autotest/server/site_tests/autoupdate_FromUI/
Dautoupdate_FromUI.py21 def run_once(self, full_payload=True, job_repo_url=None, argument
35 job_repo_url, full_payload=full_payload,
/external/autotest/client/site_tests/autoupdate_LoginStartUpdateLogout/
Dautoupdate_LoginStartUpdateLogout.py18 def run_once(self, update_url, progress_to_complete, full_payload=True, argument
40 full_payload=full_payload)
/external/autotest/server/site_tests/autoupdate_OmahaResponse/
Dautoupdate_OmahaResponse.py20 def run_once(self, full_payload=True, switch_urls=False, bad_sha256=False, argument
45 job_repo_url, full_payload=full_payload,
Dcontrol.bad_sha256.full23 job.run_test('autoupdate_OmahaResponse', host=host, full_payload=True,
Dcontrol.url_switch.full23 job.run_test('autoupdate_OmahaResponse', host=host, full_payload=True,
Dcontrol.backoff_enabled.full23 job.run_test('autoupdate_OmahaResponse', host=host, full_payload=True,
Dcontrol.backoff_disabled.full23 job.run_test('autoupdate_OmahaResponse', host=host, full_payload=True,
Dcontrol.bad_metadata_size.full23 job.run_test('autoupdate_OmahaResponse', host=host, full_payload=True,
/external/autotest/server/site_tests/policy_AUServer/
Dpolicy_AUServer.py27 def run_once(self, client_test, case, full_payload=True, argument
48 payload = self._get_payload_url(full_payload=full_payload)
/external/autotest/server/site_tests/autoupdate_Cellular/
Dautoupdate_Cellular.py40 def run_once(self, job_repo_url=None, full_payload=True): argument
49 job_repo_url, full_payload=full_payload, public_bucket=True)
/external/autotest/server/cros/update_engine/
Dupdate_engine_test.py262 def _get_payload_url(self, build=None, full_payload=True, is_dlc=False): argument
294 regex = payload_prefix % ('full' if full_payload else 'delta')
739 def get_update_url_for_test(self, job_repo_url=None, full_payload=True, argument
766 artifacts = ['full_payload' if full_payload else 'delta_payload']
779 full_payload=True, is_dlc=False): argument
792 payload_url = self._get_payload_url(full_payload=full_payload,
799 def get_payload_for_nebraska(self, job_repo_url=None, full_payload=True, argument
815 job_repo_url, full_payload=full_payload, is_dlc=is_dlc)
818 payload = self._get_payload_url(full_payload=full_payload,
/external/autotest/client/site_tests/autoupdate_InstallAndUpdateDLC/
Dautoupdate_InstallAndUpdateDLC.py15 def run_once(self, payload_urls, full_payload=True): argument

12