Searched refs:JOB_REPO_URL (Results 1 – 7 of 7) sorted by relevance
/external/autotest/server/ |
D | site_autotest.py | 15 from autotest_lib.server.cros.dynamic_suite.constants import JOB_REPO_URL 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/cros/dynamic_suite/ |
D | constants.py | 28 JOB_REPO_URL = 'job_repo_url' variable
|
/external/autotest/test_suites/ |
D | dev_harness.py | 56 AFE.set_host_attribute(constants.JOB_REPO_URL, repo_url, hostname=m)
|
/external/autotest/server/hosts/ |
D | sonic_host.py | 293 return str(new_build_number), {constants.JOB_REPO_URL: update_url}
|
D | cros_host.py | 372 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '') 449 job_repo_url = info.attributes.get(ds_constants.JOB_REPO_URL, '') 828 return build, {ds_constants.JOB_REPO_URL: repo_url} 995 return image_name, {ds_constants.JOB_REPO_URL: repo_url}
|
D | testbed.py | 442 attribute_name = '%s_%s' % (constants.JOB_REPO_URL,
|
D | adb_host.py | 1556 return '%s_%s' % (constants.JOB_REPO_URL, self.adb_serial)
|