Lines Matching refs:remote
114 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote,
122 i.e. |remote|, was added to afe. Suite.schedule() will not
124 just one host |remote|) has a label that matches a requested
134 @param remote: String representing the IP of the remote host.
167 afe.get_labels(host__hostname=remote)]
412 def _auto_detect_labels(afe, remote):
416 This method assumes the host |remote| has already been added to afe.
419 @param remote: The hostname of the remote device.
422 cros_host = factory.create_host(remote)
429 hosts = afe.get_hosts(hostname=remote)
432 'been added to afe.' % remote)
437 def perform_local_run(afe, autotest_path, tests, remote, fast_mode,
456 @param remote: Remote hostname.
485 new_host = afe.create_host(remote)
488 logging.info('Auto-detecting labels for %s', remote)
489 _auto_detect_labels(afe, remote)
494 run_provisioning_job(cros_version_label, remote, autotest_path,
501 remote, cros_version_label, e)
510 remote=remote,
539 code, _ = run_job(job, remote, autotest_path, results_directory,
616 def perform_run_from_autotest_root(autotest_path, argv, tests, remote,
636 @param remote: Remote hostname.
678 codes = perform_local_run(afe, autotest_path, tests, remote, fast_mode,