/external/autotest/server/ |
D | site_utils_unittest.py | 57 boards = ['board:name'] 58 self.assertEquals(True, site_utils.board_labels_allowed(boards)) 59 boards = ['board:name', 'board:another'] 60 self.assertEquals(False, site_utils.board_labels_allowed(boards)) 61 boards = ['board:name-1', 'board:name-2'] 62 self.assertEquals(True, site_utils.board_labels_allowed(boards)) 63 boards = ['board:name-1', 'board:another-2'] 64 self.assertEquals(True, site_utils.board_labels_allowed(boards)) 65 boards = ['board:name', 'board:another-1'] 66 self.assertEquals(False, site_utils.board_labels_allowed(boards))
|
D | site_utils.py | 880 def board_labels_allowed(boards): argument 892 boards = [b for b in boards if re.match('board:.*', b)] 893 if len(boards) <= 1: 895 for board in boards:
|
/external/autotest/site_utils/ |
D | restart_latest.py | 61 if options.boards: 62 options.boards = options.boards.split(',') 73 if options.boards: 74 boards = options.boards 76 boards = [board for board in os.listdir('.') if os.path.isdir(board)] 78 for board in boards:
|
D | balance_pools.py | 535 if not arguments.boards and not arguments.all_boards: 538 if arguments.boards and arguments.all_boards: 568 boards = arguments.boards 591 for i, board in enumerate(boards)])
|
/external/autotest/site_utils/stable_images/ |
D | assign_stable_images_unittest.py | 120 boards = set() 122 boards.add(afe_board) 127 afe_versions, omaha_versions, boards) 150 boards = set(['a', 'b']) 156 afe_versions, {}, boards) 171 boards = set(['a']) 175 omaha_versions = {b: self._VERSIONS[j] for b in boards} 177 afe_versions, omaha_versions, boards) 191 boards = set(['a']) 194 expected = {b: self._VERSIONS[i] for b in boards} [all …]
|
D | assign_stable_images.py | 407 def _get_upgrade_versions(afe_versions, omaha_versions, boards): argument 432 for board in boards: 597 boards = (set(arguments.extra_boards) | 604 _get_upgrade_versions(afe_versions, omaha_versions, boards))
|
/external/autotest/site_utils/suite_scheduler/ |
D | task.py | 202 boards = config.getstring(section, 'boards') 268 if boards: 269 match = re.match(TESTBED_DUT_COUNT_REGEX, boards) 307 if (os_type in OS_TYPES_LAUNCH_CONTROL and boards and 320 boards = '' 327 boards += '%s,' % board_name 328 boards = boards.strip(',') 331 if boards not in board_lists: 334 'section board_lists in config.', boards) 341 boards = board_lists[boards] [all …]
|
D | driver.py | 213 boards = self._enumerator.Enumerate() 214 logging.info('%d boards currently in the lab: %r', len(boards), boards) 226 len(boards)) 228 for board in boards: 234 e.keyword, len(boards))
|
/external/toolchain-utils/automation/clients/helper/ |
D | crosstool.py | 46 def GenerateReport(self, testrun_dirs, manifests_dir, target, boards): argument 47 command = self.commands.GenerateReport(boards) 156 def GenerateReport(self, boards): argument 157 sumfiles = [os.path.join('$JOB_TMP', board, '*.sum') for board in boards]
|
/external/toolchain-utils/automation/clients/ |
D | crosstool.py | 26 def __init__(self, target, boards): argument 28 assert all(board in self.VALID_BOARDS for board in boards) 31 self._boards = boards
|
/external/dtc/tests/ |
D | test_kernel_dts | 11 my @boards = ( 49 foreach my $board (@boards) {
|
/external/autotest/client/common_lib/ |
D | android_utils.py | 107 boards = cls.board_name_map.get(product, None) 108 if boards: 109 return boards[0]
|
/external/autotest/client/site_tests/firmware_TouchMTB/tools/ |
D | host_replay.sh | 106 boards=`find tests/logs/* -maxdepth 0 -type d` 107 for board in $boards; do
|
/external/autotest/client/site_tests/kernel_ConfigVerifyPPP/ |
D | control | 17 We install ppp related modules for specific boards. PPP is not set on 18 most boards and the kernel config is set in different places. This makes
|
/external/toolchain-utils/dejagnu/boards/ |
D | gdb.exp.in | 22 # bash$ mkdir ${my_dejagnu_dir}/boards 23 # bash$ cp ${src_dir}/gdb/testsuite/boards/native-gdbserver.exp \ 24 # ${my_dejagnu_dir}/boards 75 set_board_info gdb_server_prog "__tmp_dir__/boards/gdbserver.sh "
|
/external/autotest/site_utils/autoupdate/ |
D | full_release_test_test.py | 194 boards = ['stumpy', 'lumpy', 'bumpy'] 201 target] + boards 203 for board in boards: 224 for board in boards:
|
/external/autotest/test_suites/ |
D | control.usb_detect_stress | 17 This suite is meant to cover boards on different kernel version 18 for ARM and non-ARM boards. USB detection tests will be exercizing
|
D | control.usb_detect | 17 This suite is meant to cover boards on different kernel version 18 for ARM and non-ARM boards. USB detection tests will be exercizing
|
D | control.chameleon_audio_perbuild | 15 Audio tests which require chameleon and audio boards connected. 16 The Audio and Chameleon boards can emulate audio jack audio activity
|
D | control.chameleon_audio | 15 Audio tests which require chameleon and audio boards connected. 16 The Audio and Chameleon boards can emulate audio jack audio activity
|
D | control.chameleon_audio_nightly | 15 Audio tests which require chameleon and audio boards connected. 16 The Audio and Chameleon boards can emulate audio jack audio activity
|
/external/autotest/scheduler/ |
D | rdb_hosts.py | 365 boards = self.find_labels_start_with(constants.Labels.BOARD_PREFIX) 366 return (boards[0][len(constants.Labels.BOARD_PREFIX):] if boards
|
/external/autotest/client/site_tests/platform_ToolchainOptions/ |
D | textrel_whitelist | 1 # For nyan boards. https://crosbug.com/p/59627
|
/external/autotest/contrib/ |
D | run-pool-inventory | 12 site_utils/balance_pools.py --all-boards all_critical_pools &> logs/dut-data/$BALANCE_POOL_LOG
|
/external/autotest/client/site_tests/platform_UdevVars/ |
D | control | 7 # TODO(chromium:399007) Move to bvt once it passes on all boards.
|