Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: server/control_segments/install

Issue 6124004: Revert "Merge remote branch 'cros/upstream' into autotest-rebase" (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git@master
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « server/control_segments/crashinfo ('k') | server/hosts/abstract_ssh.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: server/control_segments/install
diff --git a/server/control_segments/install b/server/control_segments/install
index 20d69441460b2db10e6550d6b4b32bbb343c52b4..aba79ae0a236e09e8fba94f7d304a7c5f817926c 100644
--- a/server/control_segments/install
+++ b/server/control_segments/install
@@ -1,5 +1,8 @@
def install(machine):
- host = hosts.create_host(machine, initialize=False, auto_monitor=False)
+ hostname, user, passwd, port = parse_machine(machine, ssh_user,
+ ssh_port, ssh_pass)
+ host = hosts.create_host(hostname, user=user, port=port, initialize=False,
+ password=passwd, auto_monitor=False)
host.machine_install()
« no previous file with comments | « server/control_segments/crashinfo ('k') | server/hosts/abstract_ssh.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698