Home | History | Annotate | Download | only in site_utils

Lines Matching refs:remote

113 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote,
121 i.e. |remote|, was added to afe. Suite.schedule() will not
123 just one host |remote|) has a label that matches a requested
133 @param remote: String representing the IP of the remote host.
166 afe.get_labels(host__hostname=remote)]
411 def _auto_detect_labels(afe, remote):
415 This method assumes the host |remote| has already been added to afe.
418 @param remote: The hostname of the remote device.
421 cros_host = factory.create_host(remote)
428 hosts = afe.get_hosts(hostname=remote)
431 'been added to afe.' % remote)
436 def perform_local_run(afe, autotest_path, tests, remote, fast_mode,
455 @param remote: Remote hostname.
482 new_host = afe.create_host(remote)
485 logging.info('Auto-detecting labels for %s', remote)
486 _auto_detect_labels(afe, remote)
491 run_provisioning_job(cros_version_label, remote, autotest_path,
498 remote, cros_version_label, e)
507 remote=remote,
534 code, _ = run_job(job, remote, autotest_path, results_directory,
607 def perform_run_from_autotest_root(autotest_path, argv, tests, remote,
627 @param remote: Remote hostname.
669 codes = perform_local_run(afe, autotest_path, tests, remote, fast_mode,