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 - 7
of
7
) sorted by null
/external/autotest/server/cros/dynamic_suite/
constants.py
28
JOB_REPO_URL
= '
job_repo_url
'
/external/autotest/test_suites/
dev_harness.py
56
AFE.set_host_attribute(constants.
JOB_REPO_URL
, repo_url, hostname=m)
/external/autotest/server/hosts/
sonic_host.py
274
{'
job_repo_url
': update_url}).
293
return str(new_build_number), {constants.
JOB_REPO_URL
: update_url}
cros_host.py
334
Make sure
job_repo_url
of this host is valid.
336
Eg: The
job_repo_url
"http://lmn.cd.ab.xyx:8080/static/\
340
unresponsive, update the
job_repo_url
of the host after staging it on
343
@param
job_repo_url
: A url pointing to the devserver where the autotest
349
@raises AutoservError: If we're unable to save the new
job_repo_url
as
352
@raises urllib2.URLError: If the devserver embedded in
job_repo_url
356
job_repo_url
= info.attributes.get(ds_constants.
JOB_REPO_URL
, '')
357
if not
job_repo_url
:
361
logging.info('Verifying job repo url %s',
job_repo_url
)
[
all
...]
adb_host.py
[
all
...]
/external/autotest/server/
autotest.py
24
from autotest_lib.server.cros.dynamic_suite.constants import
JOB_REPO_URL
220
@returns value of the '
job_repo_url
' host attribute, if present.
236
JOB_REPO_URL
)
239
job_repo_url
= info.attributes.get(
JOB_REPO_URL
, '')
240
if not
job_repo_url
:
241
logging.warning("No %s for %s",
JOB_REPO_URL
, self.host)
245
job_repo_url
)
246
return
job_repo_url
[
all
...]
/external/autotest/server/cros/
autoupdater.py
[
all
...]
Completed in 259 milliseconds