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

Issue 6333001: run_remote_test.sh: explicitly start/stop ssh-agent (Closed)

Created:
9 years, 11 months ago by Mandeep Singh Baines
Modified:
9 years, 7 months ago
Reviewers:
petkov, kmixter1, sosa
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Visibility:
Public.

Description

run_remote_test.sh: explicitly start/stop ssh-agent run_remote_test.sh is implicitly depending on remote_access.sh to setup the ssh-agent for it. This broke when I tried to remove ssh-agent starting from remote-access.sh. Implicitly dependencies are ugly. BUG=n0ne TEST=Ran a test on my local machine. Tested with and without default board. Change-Id: I50db1717cafc2565cb8bb648919430d9ce24ce80 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=9af6ba1

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix per codereview. #

Total comments: 2

Patch Set 3 : Address codereview feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -0 lines) Patch
M run_remote_tests.sh View 1 2 3 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Mandeep Singh Baines
9 years, 11 months ago (2011-01-13 22:37:23 UTC) #1
petkov
http://codereview.chromium.org/6333001/diff/1/run_remote_tests.sh File run_remote_tests.sh (right): http://codereview.chromium.org/6333001/diff/1/run_remote_tests.sh#newcode19 run_remote_tests.sh:19: DEFINE_string remote "" "remote hostname/IP of running Chromium OS ...
9 years, 11 months ago (2011-01-13 22:54:45 UTC) #2
Mandeep Singh Baines
Fixed. PTAL. petkov@chromium.org (petkov@chromium.org) wrote: > > http://codereview.chromium.org/6333001/diff/1/run_remote_tests.sh > File run_remote_tests.sh (right): > > http://codereview.chromium.org/6333001/diff/1/run_remote_tests.sh#newcode19 ...
9 years, 11 months ago (2011-01-13 23:13:01 UTC) #3
kmixter1
LGTM with nit http://codereview.chromium.org/6333001/diff/5001/run_remote_tests.sh File run_remote_tests.sh (right): http://codereview.chromium.org/6333001/diff/5001/run_remote_tests.sh#newcode32 run_remote_tests.sh:32: function stop_ssh_agent() { Agree it would ...
9 years, 11 months ago (2011-01-13 23:16:39 UTC) #4
petkov
LGTM too but yes -- add a comment that the ssh-agent is required just for ...
9 years, 11 months ago (2011-01-13 23:19:35 UTC) #5
petkov
9 years, 11 months ago (2011-01-13 23:22:27 UTC) #6
http://codereview.chromium.org/6333001/diff/5001/run_remote_tests.sh
File run_remote_tests.sh (right):

http://codereview.chromium.org/6333001/diff/5001/run_remote_tests.sh#newcode196
run_remote_tests.sh:196: remote_access_init
btw, are you setting up 2 ssh-agent's now? any conflicts with init/cleanup?

Powered by Google App Engine
This is Rietveld 408576698