Lines Matching refs:autotest_path
114 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument
145 fs_getter = suite.create_fs_getter(autotest_path)
211 def run_provisioning_job(provision_label, host, autotest_path, argument
238 os.path.join(autotest_path, 'server'),
251 def run_job(job, host, autotest_path, results_directory, fast_mode, argument
297 os.path.join(autotest_path, 'server'),
437 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument
494 run_provisioning_job(cros_version_label, remote, autotest_path,
509 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test,
536 code, _ = run_job(job, remote, autotest_path, results_directory,
609 def perform_run_from_autotest_root(autotest_path, argv, tests, remote, argument
671 codes = perform_local_run(afe, autotest_path, tests, remote, fast_mode,