D | test_runner_utils.py | 112 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument 143 fs_getter = suite.Suite.create_fs_getter(autotest_path) 209 def run_provisioning_job(provision_label, host, autotest_path, argument 236 os.path.join(autotest_path, 'server'), 249 def run_job(job, host, autotest_path, results_directory, fast_mode, argument 295 os.path.join(autotest_path, 'server'), 435 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument 489 run_provisioning_job(cros_version_label, remote, autotest_path, 504 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test, 532 code, _ = run_job(job, remote, autotest_path, results_directory, [all …]
|