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

  /external/autotest/site_utils/suite_scheduler/
constants.py 13 @var BOARD_PREFIX The string with which board labels are prefixed.
16 BOARD_PREFIX = 'board:'
board_enumerator.py 53 labels = self._afe.get_labels(name__startswith=Labels.BOARD_PREFIX)
board_enumerator_unittest.py 26 self.prefix = Labels.BOARD_PREFIX
driver_unittest.py 82 prefix = Labels.BOARD_PREFIX
task.py     [all...]
  /external/autotest/server/cros/dynamic_suite/
constants.py 30 BOARD_PREFIX = 'board:'
  /external/autotest/server/hosts/
testbed_label.py 36 if label.startswith(constants.BOARD_PREFIX):
adb_label.py 21 _NAME = constants.BOARD_PREFIX.rstrip(':')
cros_label.py 28 _NAME = ds_constants.BOARD_PREFIX.rstrip(':')
42 # board without the BOARD_PREFIX and all the other callers will be
400 board = host.get_board().replace(ds_constants.BOARD_PREFIX, '')
445 board = host.get_board().replace(ds_constants.BOARD_PREFIX, '')
cros_host.py     [all...]
  /external/autotest/server/cros/clique_lib/
clique_dut_updater.py 53 board = dut_host.get_board().replace(constants.BOARD_PREFIX, '')
clique_dut_locker.py 166 labels.append(constants.BOARD_PREFIX + board_name)
  /external/autotest/scheduler/
rdb_hosts.py 358 boards = self.find_labels_start_with(constants.Labels.BOARD_PREFIX)
359 return (boards[0][len(constants.Labels.BOARD_PREFIX):] if boards
  /external/autotest/site_utils/
test_runner_utils.py 148 constants.BOARD_PREFIX + board,
423 if not label.startswith(constants.BOARD_PREFIX)]
481 board_label = afe.create_label(constants.BOARD_PREFIX + board)
    [all...]
test_that.py 49 board = host.get_board().replace(constants.BOARD_PREFIX, '')
lab_inventory.py 457 board_label = constants.Labels.BOARD_PREFIX + board
    [all...]
test_push.py 303 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board,
  /external/autotest/server/lib/
status_history.py 516 labels.append(constants.Labels.BOARD_PREFIX + board)
570 prefix = constants.Labels.BOARD_PREFIX
  /external/autotest/server/
site_utils.py 178 return get_label_from_afe(hostname, constants.BOARD_PREFIX, afe)
  /external/autotest/site_utils/deployment/
install.py 329 afe_host.add_labels([Labels.BOARD_PREFIX + arguments.board])

Completed in 426 milliseconds