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

Issue 546137: Cleanup and merge autotest wrappers. (Closed)

Created:
10 years, 11 months ago by seano
Modified:
9 years, 7 months ago
Reviewers:
kmixter1, petkov, ericli
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

Cleanup and merge autotest wrappers.

Patch Set 1 #

Total comments: 13

Patch Set 2 : addressed ericli's comments #

Total comments: 4

Patch Set 3 : Addressed comments from ericli and kmixter #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -139 lines) Patch
D src/platform/testing/debian/changelog View 1 chunk +0 lines, -17 lines 0 comments Download
D src/platform/testing/debian/compat View 1 chunk +0 lines, -1 line 0 comments Download
D src/platform/testing/debian/control View 1 chunk +0 lines, -15 lines 0 comments Download
D src/platform/testing/debian/dirs View 1 chunk +0 lines, -5 lines 0 comments Download
D src/platform/testing/debian/install View 1 chunk +0 lines, -1 line 0 comments Download
D src/platform/testing/debian/rules View 1 chunk +0 lines, -7 lines 0 comments Download
D src/platform/testing/make_pkg.sh View 1 chunk +0 lines, -14 lines 0 comments Download
A + src/scripts/build_autotest.sh View 0 chunks +-1 lines, --1 lines 2 comments Download
M src/scripts/mod_for_test_scripts/350addTestAuthKeys View 1 chunk +1 line, -1 line 0 comments Download
A + src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/scripts/remote_access.sh View 1 2 2 chunks +4 lines, -6 lines 0 comments Download
D src/scripts/run_autotest.sh View 1 chunk +0 lines, -47 lines 0 comments Download
M src/scripts/run_remote_tests.sh View 1 2 6 chunks +21 lines, -27 lines 4 comments Download

Messages

Total messages: 11 (0 generated)
seano
10 years, 11 months ago (2010-01-25 22:28:56 UTC) #1
ericli
http://codereview.chromium.org/546137/diff/1/11 File src/scripts/remote_access.sh (right): http://codereview.chromium.org/546137/diff/1/11#newcode17 src/scripts/remote_access.sh:17: REMOTE_OUT=$(ssh -o StrictHostKeyChecking=no -o \ You dont need those ...
10 years, 11 months ago (2010-01-25 23:04:28 UTC) #2
seano
10 years, 11 months ago (2010-01-25 23:16:50 UTC) #3
seano
http://codereview.chromium.org/546137/diff/1/11 File src/scripts/remote_access.sh (right): http://codereview.chromium.org/546137/diff/1/11#newcode17 src/scripts/remote_access.sh:17: REMOTE_OUT=$(ssh -o StrictHostKeyChecking=no -o \ On 2010/01/25 23:04:29, ericli ...
10 years, 11 months ago (2010-01-25 23:16:57 UTC) #4
kmixter1
http://codereview.chromium.org/546137/diff/1/10 File src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa (right): http://codereview.chromium.org/546137/diff/1/10#newcode2 src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa:2: MIIEoAIBAAKCAQEAvsNpFdK5lb0GfKx+FgsrsM/2+aZVFYXHMPdvGtTz63ciRhq0 Did you remove this key from its old ...
10 years, 11 months ago (2010-01-25 23:27:19 UTC) #5
ericli
http://codereview.chromium.org/546137/diff/4001/4011 File src/scripts/remote_access.sh (left): http://codereview.chromium.org/546137/diff/4001/4011#oldcode17 src/scripts/remote_access.sh:17: UserKnownHostsFile=$TMP_KNOWN_HOSTS root@$FLAGS_remote "$@") Agree. I didn't think about image_to_live.sh, ...
10 years, 11 months ago (2010-01-25 23:29:59 UTC) #6
ericli
http://codereview.chromium.org/546137/diff/4001/4013 File src/scripts/run_remote_tests.sh (right): http://codereview.chromium.org/546137/diff/4001/4013#newcode121 src/scripts/run_remote_tests.sh:121: cp -r "${SRC_ROOT}/third_party/autotest/files" "${TMP}/autotest" why you want to copy ...
10 years, 11 months ago (2010-01-26 00:08:26 UTC) #7
seano
http://codereview.chromium.org/546137/diff/1/10 File src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa (right): http://codereview.chromium.org/546137/diff/1/10#newcode2 src/scripts/mod_for_test_scripts/ssh_keys/testing_rsa:2: MIIEoAIBAAKCAQEAvsNpFdK5lb0GfKx+FgsrsM/2+aZVFYXHMPdvGtTz63ciRhq0 On 2010/01/25 23:27:20, kmixter1 wrote: > Did you ...
10 years, 11 months ago (2010-01-27 09:06:38 UTC) #8
petkov
http://codereview.chromium.org/546137/diff/8001/9008 File src/scripts/build_autotest.sh (right): http://codereview.chromium.org/546137/diff/8001/9008#newcode1 src/scripts/build_autotest.sh:1: #!/bin/bash You've renamed an older version of make_autotest.sh -- ...
10 years, 11 months ago (2010-01-27 15:46:26 UTC) #9
petkov
http://codereview.chromium.org/546137/diff/8001/9013 File src/scripts/run_remote_tests.sh (right): http://codereview.chromium.org/546137/diff/8001/9013#newcode127 src/scripts/run_remote_tests.sh:127: local search_path=$(echo ${AUTOTEST_INSTALL_DIR}/{client,server}/{tests,site_tests}) 80 chars
10 years, 11 months ago (2010-01-27 17:12:05 UTC) #10
seano
10 years, 11 months ago (2010-01-27 19:51:47 UTC) #11
http://codereview.chromium.org/546137/diff/8001/9008
File src/scripts/build_autotest.sh (right):

http://codereview.chromium.org/546137/diff/8001/9008#newcode1
src/scripts/build_autotest.sh:1: #!/bin/bash
On 2010/01/27 15:46:26, petkov wrote:
> You've renamed an older version of make_autotest.sh -- please rename the
latest
> one.
> 

oops. Re-synced now.

http://codereview.chromium.org/546137/diff/8001/9013
File src/scripts/run_remote_tests.sh (right):

http://codereview.chromium.org/546137/diff/8001/9013#newcode127
src/scripts/run_remote_tests.sh:127: local search_path=$(echo
${AUTOTEST_INSTALL_DIR}/{client,server}/{tests,site_tests})
On 2010/01/27 17:12:06, petkov wrote:
> 80 chars
> 

Done.

http://codereview.chromium.org/546137/diff/8001/9013#newcode179
src/scripts/run_remote_tests.sh:179: TODO call from correct install dir
On 2010/01/27 15:46:26, petkov wrote:
> This needs to be a comment? Also, TODO(seano)...

Done.

Powered by Google App Engine
This is Rietveld 408576698