OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:job_repo_url
(Results
1 - 5
of
5
) sorted by null
/external/autotest/server/cros/
autoupdate_utils.py
15
def get_updater_from_repo_url(host,
job_repo_url
=None):
18
All server-side tests that run in the lab have an associated
job_repo_url
29
@param
job_repo_url
: If set, the
job_repo_url
to use.
31
@raise error.TestError: If we fail to get a
job_repo_url
.
33
# Get the
job_repo_url
-- if not present, attempt to use the one
35
if not
job_repo_url
:
37
job_repo_url
= host.lookup_job_repo_url()
39
logging.fatal('Could not lookup
job_repo_url
from afe.')
41
if not
job_repo_url
[
all
...]
/external/autotest/server/site_tests/autoupdate_Rollback/
autoupdate_Rollback.py
16
def run_once(self, host,
job_repo_url
=None):
20
@param
job_repo_url
: URL to get the image.
26
updater = autoupdate_utils.get_updater_from_repo_url(host,
job_repo_url
)
/external/autotest/server/site_tests/platform_RebootAfterUpdate/
platform_RebootAfterUpdate.py
60
def run_once(self, host,
job_repo_url
=None):
64
@param
job_repo_url
: URL to get the image.
70
updater = autoupdate_utils.get_updater_from_repo_url(host,
job_repo_url
)
/external/autotest/server/hosts/
cros_host.py
385
"""Looks up the
job_repo_url
for the host.
387
@returns
job_repo_url
from AFE or None if not found.
389
@raises KeyError if the host does not have a
job_repo_url
392
if hosts and ds_constants.
JOB_REPO_URL
in hosts[0].attributes:
393
return hosts[0].attributes[ds_constants.
JOB_REPO_URL
]
399
"""Clear host attribute
job_repo_url
."""
407
Updates the
job_repo_url
host attribute and asserts it's value.
409
@param devserver_url: The devserver to use in the
job_repo_url
.
410
@param image_name: The name of the image to use in the
job_repo_url
.
412
@raises AutoservError: If we failed to update the
job_repo_url
[
all
...]
/external/autotest/server/site_tests/autoupdate_EndToEndTest/
autoupdate_EndToEndTest.py
[
all
...]
Completed in 249 milliseconds