Home
last modified time | relevance | path

Searched refs:JOB_REPO_URL (Results 1 – 4 of 4) sorted by relevance

/external/autotest/server/
Dsite_autotest.py15 from autotest_lib.server.cros.dynamic_suite.constants import JOB_REPO_URL
48 if hosts and JOB_REPO_URL in hosts[0].attributes:
49 return hosts[0].attributes[JOB_REPO_URL]
50 logging.warning("No %s for %s", JOB_REPO_URL, self.host)
52 logging.warning('Not attempting to look for %s', JOB_REPO_URL)
/external/autotest/server/cros/dynamic_suite/
Dconstants.py24 JOB_REPO_URL = 'job_repo_url' variable
/external/autotest/test_suites/
Ddev_harness.py56 AFE.set_host_attribute(constants.JOB_REPO_URL, repo_url, hostname=m)
/external/autotest/server/hosts/
Dcros_host.py392 if hosts and ds_constants.JOB_REPO_URL in hosts[0].attributes:
393 return hosts[0].attributes[ds_constants.JOB_REPO_URL]
417 self._AFE.set_host_attribute(ds_constants.JOB_REPO_URL, repo_url,