Searched defs:JOB_REPO_URL (Results 1 - 2 of 2) sorted by relevance

/external/autotest/server/
H A Dsite_autotest.py15 from autotest_lib.server.cros.dynamic_suite.constants import JOB_REPO_URL namespace
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/
H A Dconstants.py24 JOB_REPO_URL = 'job_repo_url' variable

Completed in 84 milliseconds