/external/autotest/site_utils/ |
D | test_that.py | 193 def perform_bootstrap_into_autotest_root(arguments, autotest_path, argv): argument 232 autotest_path) 233 script_command = os.path.join(autotest_path, 'site_utils', 282 autotest_path = arguments.autotest_dir 293 autotest_path = os.path.join(sysroot_path, path_ending) 295 site_utils_path = os.path.join(autotest_path, 'site_utils') 297 if not os.path.exists(autotest_path): 301 'a valid autotest directory.' % autotest_path), file=sys.stderr) 312 arguments, autotest_path, argv) 315 autotest_path, [all …]
|
D | test_runner_utils.py | 182 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument 214 fs_getter = suite.create_fs_getter(autotest_path) 284 def run_provisioning_job(provision_label, host, info, autotest_path, argument 313 os.path.join(autotest_path, 'server'), 327 def run_job(job, host, info, autotest_path, results_directory, fast_mode, argument 374 os.path.join(autotest_path, 'server'), 518 autotest_path, argument 599 autotest_path, 618 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test, 667 autotest_path, [all …]
|
D | test_runner_utils_unittest.py | 175 autotest_path = 'ottotest_path' 232 test_runner_utils.fetch_local_suite(autotest_path, mox.IgnoreArg(), 250 autotest_path, 264 autotest_path, 276 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 146 autotest_path, argument 161 self.autotest_path = autotest_path
|
D | experiment_file.py | 168 autotest_path = '' 170 autotest_path = autotest_field.GetString() 178 image_path, autotest_path, debug_path = settings.GetXbuddyPath( 179 value, autotest_path, debug_path, board, chromeos_root, 183 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 | 289 autotest_path = autotest_dir 290 if not autotest_path: 291 autotest_path = 'fake_autotest_path' 296 return '', autotest_path, debug_path 297 return 'fake_image_path', autotest_path, debug_path 351 self.assertEqual(exp.labels[0].autotest_path, '/tmp/autotest') 395 self.assertEqual(exp.labels[1].autotest_path, 'fake_autotest_path')
|
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 | 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 | experiment_factory.py | 379 autotest_path = label_settings.GetField('autotest_path') 400 image, autotest_path, debug_path = label_settings.GetXbuddyPath( 401 build, autotest_path, debug_path, board, chromeos_root, log_level, 419 label = MockLabel(label_name, build, image, autotest_path, debug_path, 424 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 | 170 label.autotest_path if label.autotest_path else AUTOTEST_DIR)
|
/external/autotest/site_utils/lxc/ |
D | container_bucket.py | 268 autotest_path = os.path.join( 271 utils.run('sudo chown -R root "%s"' % autotest_path) 272 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,
|