OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_payload
(Results
1 - 6
of
6
) sorted by null
/external/autotest/server/site_tests/autoupdate_Cellular/
autoupdate_Cellular.py
33
def run_once(self, host, job_repo_url=None,
full_payload
=True):
37
full_payload
=
full_payload
,
46
payload = self._get_payload_url(
full_payload
=
full_payload
)
60
is_delta=not
full_payload
)
/external/autotest/server/site_tests/autoupdate_NonBlockingOOBEUpdate/
autoupdate_NonBlockingOOBEUpdate.py
24
def run_once(self, host,
full_payload
=True, job_repo_url=None):
29
@param
full_payload
: True for a full payload. False for delta.
44
full_payload
=
full_payload
,
51
full_payload
=
full_payload
, critical_update=False)
/external/autotest/server/site_tests/autoupdate_ForcedOOBEUpdate/
autoupdate_ForcedOOBEUpdate.py
146
def run_once(self, host,
full_payload
=True, cellular=False,
152
@param
full_payload
: True for a full payload. False for delta.
172
full_payload
=
full_payload
,
186
payload = self._get_payload_url(
full_payload
=
full_payload
)
194
full_payload
=
full_payload
)
/external/autotest/server/cros/update_engine/
update_engine_test.py
341
def _get_payload_url(self, build=None,
full_payload
=True):
346
@param
full_payload
: True for full payload. False for delta.
358
if
full_payload
:
475
def get_update_url_for_test(self, job_repo_url,
full_payload
=True,
495
@param
full_payload
: bool whether we want a full payload.
523
full_payload
=
full_payload
)
526
if
full_payload
:
527
self._autotest_devserver.stage_artifacts(build, ['
full_payload
'])
535
delta_payload = self._get_payload_url(build,
full_payload
=False
[
all
...]
/external/autotest/client/site_tests/autoupdate_StartOOBEUpdate/
autoupdate_StartOOBEUpdate.py
110
full_payload
=True, critical_update=True):
121
@
full_payload
: True for full payloads, False for delta.
144
is_delta=not
full_payload
,
/external/autotest/server/site_tests/autoupdate_P2P/
autoupdate_P2P.py
246
full_payload
=False,
Completed in 101 milliseconds