HomeSort by relevance Sort by last modified time
    Searched refs:JOB_REPO_URL (Results 1 - 8 of 8) sorted by null

  /external/autotest/server/cros/dynamic_suite/
constants.py 28 JOB_REPO_URL = 'job_repo_url'
  /external/autotest/server/
site_autotest.py 15 from autotest_lib.server.cros.dynamic_suite.constants import JOB_REPO_URL
41 @returns value of the 'job_repo_url' host attribute, if present.
48 if hosts and JOB_REPO_URL in hosts[0].attributes:
50 hosts[0].attributes[JOB_REPO_URL])
51 return hosts[0].attributes[JOB_REPO_URL]
52 logging.warning("No %s for %s", JOB_REPO_URL, self.host)
54 logging.warning('Not attempting to look for %s', JOB_REPO_URL)
  /external/autotest/server/hosts/
iota_host.py 43 job_repo_url = afe_utils.get_host_attribute(
44 self, ds_constants.JOB_REPO_URL)
45 if job_repo_url:
47 tools.get_devserver_build_from_package_url(job_repo_url)
sonic_host.py 274 {'job_repo_url': update_url}).
293 return str(new_build_number), {constants.JOB_REPO_URL: update_url}
cros_host.py 344 Make sure job_repo_url of this host is valid.
346 Eg: The job_repo_url "http://lmn.cd.ab.xyx:8080/static/\
350 unresponsive, update the job_repo_url of the host after staging it on
353 @param job_repo_url: A url pointing to the devserver where the autotest
359 @raises AutoservError: If we're unable to save the new job_repo_url as
362 @raises urllib2.URLError: If the devserver embedded in job_repo_url
365 job_repo_url = afe_utils.get_host_attribute(self,
366 ds_constants.JOB_REPO_URL)
367 if not job_repo_url:
371 logging.info('Verifying job repo url %s', job_repo_url)
    [all...]
testbed.py 411 attribute_name = '%s_%s' % (constants.JOB_REPO_URL,
adb_host.py     [all...]
  /external/autotest/test_suites/
dev_harness.py 56 AFE.set_host_attribute(constants.JOB_REPO_URL, repo_url, hostname=m)

Completed in 78 milliseconds