Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dcros_host.py34 from autotest_lib.server.cros.dynamic_suite import constants as ds_constants unknown
392 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,
523 name__startswith=ds_constants.VERSION_PREFIX,
529 image_name = labels[0].name[len(ds_constants.VERSION_PREFIX):]
1737 name__startswith=ds_constants.VERSION_PREFIX,
1750 build_version = label.name[len(ds_constants.VERSION_PREFIX):]
1962 board = self.get_board().replace(ds_constants.BOARD_PREFIX, '')
2417 return (ds_constants.BOARD_PREFIX +
[all …]