HomeSort by relevance Sort by last modified time
    Searched refs:POOL_PREFIX (Results 1 - 8 of 8) sorted by null

  /external/autotest/server/
constants.py 11 @var POOL_PREFIX The stright with which pool labels are prefixed.
15 POOL_PREFIX = 'pool:'
  /external/autotest/site_utils/
dut_mon.py 41 pool = _get_unique_label(host.labels, constants.Labels.POOL_PREFIX)
balance_pools.py 77 _POOL_PREFIX = constants.Labels.POOL_PREFIX
test_push.py 112 pool_label = constants.Labels.POOL_PREFIX + pool
lab_inventory.py 466 if l.startswith(constants.Labels.POOL_PREFIX)]
496 label_list = [constants.Labels.POOL_PREFIX + l for l in target_pools]
    [all...]
  /external/autotest/scheduler/
rdb_hosts.py 361 return [l[len(constants.Labels.POOL_PREFIX):] for l in self.labels
362 if l.startswith(constants.Labels.POOL_PREFIX)]
  /external/autotest/server/lib/
status_history.py 537 prefix = constants.Labels.POOL_PREFIX
  /external/autotest/site_utils/deployment/
install.py 87 _DEFAULT_POOL = constants.Labels.POOL_PREFIX + 'suites'
677 if label.startswith(constants.Labels.POOL_PREFIX):
    [all...]

Completed in 418 milliseconds