HomeSort by relevance Sort by last modified time
    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 369 Make sure job_repo_url of this host is valid.
371 Eg: The job_repo_url "http://lmn.cd.ab.xyx:8080/static/\
375 unresponsive, update the job_repo_url of the host after staging it on
378 @param job_repo_url: A url pointing to the devserver where the autotest
384 @raises AutoservError: If we're unable to save the new job_repo_url as
387 @raises urllib2.URLError: If the devserver embedded in job_repo_url
391 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
392 if not job_repo_url:
396 logging.info('Verifying job repo url %s', job_repo_url)
    [all...]
testbed.py 442 attribute_name = '%s_%s' % (constants.JOB_REPO_URL,
adb_host.py     [all...]
  /external/autotest/server/
autotest.py 27 from autotest_lib.server.cros.dynamic_suite.constants import JOB_REPO_URL
250 @returns value of the 'job_repo_url' host attribute, if present.
266 JOB_REPO_URL)
269 job_repo_url = info.attributes.get(JOB_REPO_URL, '')
270 if not job_repo_url:
271 logging.warning("No %s for %s", JOB_REPO_URL, self.host)
275 job_repo_url)
276 return job_repo_url
    [all...]

Completed in 283 milliseconds