Home
last modified time | relevance | path

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

/external/autotest/server/
Dafe_utils.py75 name__startswith=host.VERSION_PREFIX,
90 label = '%s:%s' % (host.VERSION_PREFIX, image_name)
Dsite_utils.py152 return get_label_from_afe(hostname, constants.VERSION_PREFIX, afe)
/external/autotest/server/cros/dynamic_suite/
Dconstants.py25 VERSION_PREFIX = 'cros-version:' variable
/external/autotest/test_suites/
Ddev_harness.py54 name=constants.VERSION_PREFIX+new_globals['build'])[0]
/external/autotest/site_utils/deployment/
Dinstall.py69 from autotest_lib.server.cros.dynamic_suite.constants import VERSION_PREFIX
430 if label.startswith(VERSION_PREFIX)]
/external/autotest/server/hosts/
Dtestbed.py33 VERSION_PREFIX = 'testbed-version' variable in TestBed
Dcros_host.py61 VERSION_PREFIX = provision.CROS_VERSION_PREFIX variable in CrosHost
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):]
Dabstract_ssh.py25 VERSION_PREFIX = '' variable in AbstractSSHHost
Dadb_host.py108 VERSION_PREFIX = provision.ANDROID_BUILD_VERSION_PREFIX variable in ADBHost