/external/autotest/test_suites/ |
control.youtube_mse_eme | 19 @param board: The board to test on. Ex: x86-mario 21 board is used.
|
control.youtube_page | 19 @param board: The board to test on. Ex: x86-mario 21 board is used.
|
/external/toolchain-utils/crosperf/experiment_files/ |
page_cycler_perf.exp | 8 board: <your-board-goes-here> 44 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
|
telemetry-crosperf-with-external-chrome-src.exp | 11 board: <your-board-goes-here> 25 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
|
telemetry-crosperf-with-profiler.exp | 10 board: <your-board-goes-here> 33 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
|
telemetry-without-autotest.exp | 10 board: <your-board-goes-here> 30 chromeos_image:<path-to-your-chroot>/src/build/images/<board>/test-image/chromiumos_test_image.bin
|
/external/toolchain-utils/cwp/interpreter/ |
symbolizer.py | 51 """Returns a tuple (key, time, board, lsb_version). 52 If canonical is True, instead returns (database_key, board, canonical_vers) 55 key, time, board, vers = filename.split('~') 58 return (key, time, board, vers) 61 def _FormReleaseDir(board, version): 62 return '%s-release~%s' % (board, version) 68 named like cache/$board-release~$canonical_vers/usr/lib/debug 70 _, _, board, vers = _ParseFilename(filename, canonical=True) 73 tarball_subdir = _FormReleaseDir(board, vers) 86 download_cmd = GSUTIL_CMD % (board, vers, tarball_path + tmp_suffix [all...] |
/external/toolchain-utils/ |
test_gdb_dejagnu.py | 22 def __init__(self, board, remote, gdb_dir, chromeos_root, cleanup): 23 self._board = board 43 cmd = './setup_board --board=' + self._board 48 raise RuntimeError('Failed to setup board.') 51 args = [gdb_dejagnu.__file__, '--board=' + self._board, 112 '--board', 113 dest='board', 114 help=('Required. Specify board type. For example ' 119 help=('Required. Specify remote board address')) 137 if not options.board or not options.remote [all...] |
build_chrome_browser.py | 44 'chrome-src/src/out_$board dir')) 64 parser.add_argument('--board', 65 dest='board', 66 help='ChromeOS target board, e.g. x86-generic') 106 if options.board is None: 107 Usage(parser, '--board must be set') 148 misc.RemoveChromeBrowserObjectFiles(options.chromeos_root, options.board) 153 command = 'cros_workon --board={0} start chromeos-chrome'.format( 154 options.board) 174 chrome_origin, chrome_version, options.board, [all...] |
test_gcc_dejagnu.py | 34 def __init__(self, board, remote, gcc_dir, chromeos_root, runtestflags, 36 self._board = board 56 cmd = './setup_board --board=' + self._board 61 raise RuntimeError('Failed to setup board.') 76 build_gcc_args = [build_tc.__file__, '--board=' + self._board, 84 args = [run_dejagnu.__file__, '--board=' + self._board, 160 '--board', 161 dest='board', 162 help=('Required. Specify board type. For example ' 167 help=('Required. Specify remote board address') [all...] |
/external/autotest/site_utils/suite_scheduler/ |
timed_event.py | 65 def _LatestPerBranchBuildsSince(self, board, days_ago): 66 """Get latest per-branch, per-board builds from last |days_ago| days. 68 @param board: the board whose builds we want. 74 all_branch_manifests = self._mv.ManifestsSinceDate(since_date, board) 77 build = base_event.BuildName(board, type, milestone, manifests[-1]) 84 def _LatestLaunchControlBuildsSince(self, board, days_ago): 85 """Get per-branch, per-board builds since last run of this event. 87 @param board: the board whose builds we want, e.g., android-shamu [all...] |
deduping_scheduler.py | 67 """A class that will schedule suites to run on a given board, build. 69 Includes logic to check whether or not a given (suite, board, build) 99 def _ShouldScheduleSuite(self, suite, board, test_source_build): 100 """Return True if |suite| has not yet been run for |build| on |board|. 102 True if |suite| has not been run for |build| on |board|, and 106 @param board: the board to run the suite on, e.g. x86-alex 116 logging.debug('Skipping suite %s, board %s, build %s: %s', 117 suite, board, test_source_build, str(ex)) 131 def _Schedule(self, suite, board, build, pool, num, priority, timeout [all...] |
/external/autotest/site_utils/ |
test_that.py | 40 """Get the board of the remote host. 44 @return: A string representing the board of the remote host. 46 logging.info('Board unspecified, attempting to determine board from host.') 49 board = host.get_board().replace(constants.BOARD_PREFIX, '') 52 'Cannot determine board, please specify a --board option.') 53 logging.info('Detected host board: %s', board) 54 return board [all...] |
diagnosis_utils_unittest.py | 45 board = 'test_board' 54 rpc_helper.check_dut_availability(board, pool, 62 rpc_helper.check_dut_availability(board, pool, 73 rpc_helper.check_dut_availability(board, pool, 81 rpc_helper.check_dut_availability(board, pool, 88 rpc_helper.check_dut_availability(board, pool, 98 rpc_helper.check_dut_availability(board, pool,
|
perf_compare.py | 35 --image-2=IMAGE_2 --board-1=BOARD_1 --board-2=BOARD_2 --remote-1=REMOTE_1 \ 42 have the same board, you can specify that single board with --board=BOARD); and 92 board: {board} 191 def output_image_info(f, label, image, board, remote): 197 @param board: The string board associated with the image [all...] |
lab_inventory.py | 9 board and pool, and determines whether each DUT is working or 13 usage: lab_inventory.py [ options ] [ board ... ] 20 --board-notify <address>[,<address>] 21 Send the "board status" e-mail to all the specified e-mail 29 When generating the "board status" e-mail, included a list of 41 <board> arguments: 243 """Maintains a set of `HostJobHistory` objects for a board. 246 board. The collection maintains a count of working DUTs, a 296 """Return a list of all working DUTs for the board. 298 Go through all HostJobHistory objects in the board's pools [all...] |
/device/linaro/hikey/installer/hikey/ |
README | 3 Detailed instructions on how to setup the Board can be found 23 Note: The HiKey board will remain in USB load mode for 90 seconds 25 then power cycle the board before trying again. 27 Wait about 5 seconds and then check that the HiKey board has been 38 Remove the link 3-4 and power on the board.
|
/external/autotest/frontend/migrations/ |
103_add_5_columns_to_tko_jobs.py | 7 board varchar(40) default NULL), 10 ADD INDEX build_version_suite_board (build_version, suite, board); 36 tko_jobs.board as board, 93 DROP COLUMN board;
|
/external/toolchain-utils/cwp/performance/ |
experiment_gen.py | 5 /home/mrdmnd/chromiumos --remote-host=chromeos-zgb3.mtv --board=x86-zgb --event= 15 board: %s 51 parser.add_option('--board', 52 dest='board', 54 help='Board architecture to run on. Required.') 89 elif options.board is None: 90 print '%s requires a target board.' % sys.argv[0] 99 board = options.board 105 experiment_file = HEADER % (board, remote, bench_iters, test_iters [all...] |
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
README.cros_pkg_triage | 30 $ ./cros_pkg/setup.sh <board-to-test> <IP-name-or-address-of-chromebook> 58 $ cros_pkg/${BOARD}_cleanup.sh 70 generate ${BOARD}_cleanup.sh, 109 ${BOARD}_cleanup.sh - script to undo all the changes made by 117 - There are two different ChromeOS builds, for the same board, with the 126 - The "good" build tree, for the board, is in /build/${board}.good 129 - The "bad" build tree is in /build/${board}.bad 133 /build/${board}.work (e.g. /build/lumpy.work or /build/daisy.work. 135 following set of commands (this example assumes the board i [all...] |
/external/autotest/scheduler/shard/ |
simple_heartbeat_server.py | 12 found in the shadow_config. One would perform heartbeats for board:lumpy 71 # Prefix for all board labels. 72 board_prefix = 'board:' 77 def _get_jobs(board, job_limit=None): 79 dependency_labels__name=board).exclude( 87 def _get_hosts(board, host_limit=None): 89 labels__name__in=[board], leased=False) 109 board = '%s%s' % (self.board_prefix, parsed_path.path.rsplit('/')[-1]) 123 host_time, hosts = self._get_hosts(board, host_limit) 124 job_time, jobs = self._get_jobs(board, job_limit [all...] |
/external/autotest/site_utils/autoupdate/ |
test_image.py | 36 def get_default_archive_url(board, build_version): 37 """Returns the default archive_url for the given board and build_version . 39 @param board: the platform/board name 46 # TODO(garnold) adjustment to -he variant board names; should be removed 49 board = re.sub('-he$', '_he', board) 50 archive_prefix = archive_base + '/%s-release' % board 60 construction (instead of config + board-release) e.g. 98 """Finds test payloads corresponding to a given board/release [all...] |
/external/autotest/site_utils/stable_images/ |
test_omaha_status.json | 4 "board": { 28 "board": { 52 "board": { 70 "board": { 88 "board": { 106 "board": { 124 "board": { 142 "board": { 166 "board": { 186 "board": [all...] |
/external/toolchain-utils/cros_utils/ |
misc.py | 107 def GetImageDir(chromeos_root, board): 108 return os.path.join(chromeos_root, 'src', 'build', 'images', board) 111 def LabelLatestImage(chromeos_root, board, label, vanilla_path=None): 112 image_dir = GetImageDir(chromeos_root, board) 130 def DoesLabelExist(chromeos_root, board, label): 131 image_label = os.path.join(GetImageDir(chromeos_root, board), label) 135 def GetBuildPackagesCommand(board, usepkg=False, debug=False): 145 '--skip_toolchain_update %s --board=%s ' 147 (CHROMEOS_SCRIPTS_DIR, usepkg_flag, withdebug_flag, board)) 150 def GetBuildImageCommand(board, dev=False) [all...] |
/external/autotest/server/site_tests/platform_InternalDisplay/ |
platform_InternalDisplay.py | 38 board = self.host.get_board().split(':')[-1] 39 logging.info(board) 40 if board in _DO_NOT_RUN_ON_BOARD:
|