Home
last modified time | relevance | path

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

/external/autotest/site_utils/suite_scheduler/
Dconstants.py14 BOARD_PREFIX = 'board:' variable in Labels
Dboard_enumerator.py53 labels = self._afe.get_labels(name__startswith=Labels.BOARD_PREFIX)
Dboard_enumerator_unittest.py27 self.prefix = Labels.BOARD_PREFIX
Ddriver_unittest.py81 prefix = Labels.BOARD_PREFIX
Dtask.py636 labels = [Labels.BOARD_PREFIX + board]
/external/autotest/server/cros/dynamic_suite/
Dconstants.py26 BOARD_PREFIX = 'board:' variable
/external/autotest/scheduler/
Drdb_hosts.py288 boards = self.find_labels_start_with(constants.Labels.BOARD_PREFIX)
289 return (boards[0][len(constants.Labels.BOARD_PREFIX):] if boards
/external/autotest/site_utils/
Dtest_runner_utils.py147 constants.BOARD_PREFIX + board,
422 if not label.startswith(constants.BOARD_PREFIX)]
479 board_label = afe.create_label(constants.BOARD_PREFIX + board)
Dstatus_history.py374 labels.append(constants.Labels.BOARD_PREFIX + board)
428 prefix = constants.Labels.BOARD_PREFIX
Dtest_that.py49 board = host.get_board().replace(constants.BOARD_PREFIX, '')
Dbalance_pools.py75 _BOARD_PREFIX = constants.Labels.BOARD_PREFIX
Dtest_push.py229 hosts = AFE.get_hosts(label=constants.Labels.BOARD_PREFIX+board)
Dlab_inventory.py393 board_label = constants.Labels.BOARD_PREFIX + board
/external/autotest/server/cros/clique_lib/
Dclique_dut_updater.py53 board = dut_host.get_board().replace(constants.BOARD_PREFIX, '')
Dclique_dut_locker.py166 labels.append(constants.BOARD_PREFIX + board_name)
/external/autotest/server/hosts/
Dtestbed.py132 if label.startswith(constants.BOARD_PREFIX):
Dcros_host.py1962 board = self.get_board().replace(ds_constants.BOARD_PREFIX, '')
2417 return (ds_constants.BOARD_PREFIX +
2699 board = self.get_board().replace(ds_constants.BOARD_PREFIX, '')
2773 board = self.get_board().replace(ds_constants.BOARD_PREFIX, '')
Dadb_host.py356 return constants.BOARD_PREFIX + '-'.join([board_os, board])
/external/autotest/server/
Dsite_utils.py138 return get_label_from_afe(hostname, constants.BOARD_PREFIX, afe)
/external/autotest/site_utils/deployment/
Dinstall.py424 have_board = any([label.startswith(Labels.BOARD_PREFIX)