Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dconstants.py28 JOB_REPO_URL = 'job_repo_url' variable
/external/autotest/server/hosts/
Dlabstation_host.py151 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
205 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
Dcros_host.py538 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
612 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '')
/external/autotest/server/
Dautotest.py29 from autotest_lib.server.cros.dynamic_suite.constants import JOB_REPO_URL
248 JOB_REPO_URL)
251 job_repo_url = info.attributes.get(JOB_REPO_URL, '')
253 logging.warning("No %s for %s", JOB_REPO_URL, self.host)
/external/autotest/server/cros/
Dprovisioner.py545 return image_name, {ds_constants.JOB_REPO_URL: repo_url}