Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dconstants.py29 VERSION_PREFIX = 'cros-version:' variable
/external/autotest/test_suites/
Ddev_harness.py54 name=constants.VERSION_PREFIX+new_globals['build'])[0]
/external/autotest/server/
Dafe_utils.py117 info.set_version_label(host.VERSION_PREFIX, image_name)
/external/autotest/site_utils/deployment/
Dinstall.py76 from autotest_lib.server.cros.dynamic_suite.constants import VERSION_PREFIX
577 if label.startswith(VERSION_PREFIX)]
/external/autotest/server/hosts/
Dcros_host.py56 VERSION_PREFIX = provision.CROS_VERSION_PREFIX variable in CrosHost
940 name__startswith=ds_constants.VERSION_PREFIX,
961 label_version = label.name[len(ds_constants.VERSION_PREFIX):]
Dabstract_ssh.py42 VERSION_PREFIX = '' variable in AbstractSSHHost