/external/autotest/site_utils/ |
D | test_that.py | 167 def perform_bootstrap_into_autotest_root(arguments, autotest_path, argv): argument 206 autotest_path) 207 script_command = os.path.join(autotest_path, 'site_utils', 252 autotest_path = arguments.autotest_dir 263 autotest_path = os.path.join(sysroot_path, path_ending) 265 site_utils_path = os.path.join(autotest_path, 'site_utils') 267 if not os.path.exists(autotest_path): 271 'a valid autotest directory.' % autotest_path) 282 arguments, autotest_path, argv) 285 autotest_path, argv, arguments.tests, arguments.remote, [all …]
|
D | test_runner_utils.py | 175 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument 207 fs_getter = suite.create_fs_getter(autotest_path) 277 def run_provisioning_job(provision_label, host, info, autotest_path, argument 306 os.path.join(autotest_path, 'server'), 320 def run_job(job, host, info, autotest_path, results_directory, fast_mode, argument 367 os.path.join(autotest_path, 'server'), 510 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument 581 autotest_path, 600 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test, 649 autotest_path, [all …]
|
D | test_runner_utils_unittest.py | 170 autotest_path = 'ottotest_path' 227 test_runner_utils.fetch_local_suite(autotest_path, mox.IgnoreArg(), 245 autotest_path, 259 autotest_path, 271 afe, autotest_path, ['suite:'+suite_name], remote, fast_mode,
|
/external/toolchain-utils/crosperf/ |
D | label.py | 25 autotest_path, argument 48 self.autotest_path = autotest_path 132 autotest_path, argument 147 self.autotest_path = autotest_path
|
D | experiment_file.py | 166 autotest_path = '' 168 autotest_path = autotest_field.GetString() 176 image_path, autotest_path, debug_path = settings.GetXbuddyPath( 177 value, autotest_path, debug_path, board, chromeos_root, 181 res += '\t#actual_autotest_path: %s\n' % autotest_path
|
D | download_images.py | 220 autotest_path = os.path.join(chromeos_root, 'chroot/tmp', build_id, 223 if not os.path.exists(autotest_path): 295 def Run(self, chromeos_root, xbuddy_label, autotest_path, debug_path, argument 317 if autotest_path == '': 318 autotest_path = self.DownloadAutotestFiles(chromeos_root, build_id) 323 return image_path, autotest_path, debug_path
|
D | experiment_factory_unittest.py | 287 autotest_path = autotest_dir 288 if not autotest_path: 289 autotest_path = 'fake_autotest_path' 294 return '', autotest_path, debug_path 295 return 'fake_image_path', autotest_path, debug_path 349 self.assertEqual(exp.labels[0].autotest_path, '/tmp/autotest') 393 self.assertEqual(exp.labels[1].autotest_path, 'fake_autotest_path')
|
D | settings_unittest.py | 202 autotest_path = '' 206 self.settings.GetXbuddyPath(trybot_str, autotest_path, debug_path, board, 218 self.settings.GetXbuddyPath(official_str, autotest_path, debug_path, board, 226 self.settings.GetXbuddyPath(xbuddy_str, autotest_path, debug_path, board,
|
D | download_images_unittest.py | 225 image_path, autotest_path, debug_path = downloader.Run( 238 self.assertTrue(autotest_path == 'autotest') 245 image_path, autotest_path, debug_path = downloader.Run( 252 self.assertTrue(autotest_path == test_autotest_path)
|
D | experiment_factory.py | 361 autotest_path = label_settings.GetField('autotest_path') 382 image, autotest_path, debug_path = label_settings.GetXbuddyPath( 383 build, autotest_path, debug_path, board, chromeos_root, log_level, 401 label = MockLabel(label_name, build, image, autotest_path, debug_path, 406 label = Label(label_name, build, image, autotest_path, debug_path,
|
D | settings.py | 73 def GetXbuddyPath(self, path_str, autotest_path, debug_path, board, argument 85 misc.CanonicalizePath(chromeos_root), xbuddy_path, autotest_path,
|
D | suite_runner.py | 149 label.autotest_path if label.autotest_path else AUTOTEST_DIR)
|
/external/autotest/site_utils/lxc/ |
D | container_bucket.py | 264 autotest_path = os.path.join( 267 utils.run('sudo chown -R root "%s"' % autotest_path) 268 utils.run('sudo chgrp -R root "%s"' % autotest_path)
|
/external/toolchain-utils/android_bench_suite/ |
D | autotest.diff | 894 + autotest_path = os.path.dirname(os.path.dirname( 896 + site_utils_path = os.path.join(autotest_path, 'site_utils') 909 + autotest_path, argv, set_device, arguments.remote, 1014 + autotest_path = os.path.dirname(os.path.dirname( 1016 + site_utils_path = os.path.join(autotest_path, 'site_utils') 1050 + autotest_path, argv, tests, arguments.remote,
|