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

Issue 502009: add script to drive setup and execution of autotest suites from dev environment (Closed)

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

Description

add script to drive setup and execution of autotest suites from dev environment

Patch Set 1 #

Patch Set 2 : Adds script to drive setup and execution of autotest suites from dev environment #

Total comments: 32

Patch Set 3 : Addressing code review comments #

Total comments: 6

Patch Set 4 : address comments, typos #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -0 lines) Patch
A src/scripts/setup_autotest.sh View 1 2 3 1 chunk +102 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
seano
11 years ago (2009-12-15 04:44:35 UTC) #1
petkov
Still not sure about the ssh-agent stuff but here're the rest of the comments. http://codereview.chromium.org/502009/diff/1001/2001 ...
11 years ago (2009-12-15 19:21:22 UTC) #2
petkov
One more comment. http://codereview.chromium.org/502009/diff/1001/2001 File src/scripts/setup_autotest.sh (right): http://codereview.chromium.org/502009/diff/1001/2001#newcode74 src/scripts/setup_autotest.sh:74: sudo cp -rp ../platform/testing/systemtests/* ${AUTOTEST_CHROOT_DEST}/client/site_tests/ Given ...
11 years ago (2009-12-15 19:35:50 UTC) #3
kmixter1
http://codereview.chromium.org/502009/diff/1001/2001 File src/scripts/setup_autotest.sh (right): http://codereview.chromium.org/502009/diff/1001/2001#newcode74 src/scripts/setup_autotest.sh:74: sudo cp -rp ../platform/testing/systemtests/* ${AUTOTEST_CHROOT_DEST}/client/site_tests/ nit: 80 chars here ...
11 years ago (2009-12-17 00:53:44 UTC) #4
seano
Addressed comments. http://codereview.chromium.org/502009/diff/1001/2001 File src/scripts/setup_autotest.sh (right): http://codereview.chromium.org/502009/diff/1001/2001#newcode20 src/scripts/setup_autotest.sh:20: -m machine address On 2009/12/15 19:21:22, petkov ...
11 years ago (2009-12-18 03:45:57 UTC) #5
seano
11 years ago (2009-12-18 03:51:14 UTC) #6
petkov
LGTM if you address the comments below. It's a good start, we'll need to butcher ...
11 years ago (2009-12-18 17:55:40 UTC) #7
seano
10 years, 11 months ago (2010-01-05 23:26:23 UTC) #8
Addressed comments. Submitting.

http://codereview.chromium.org/502009/diff/5002/5003
File src/scripts/setup_autotest.sh (right):

http://codereview.chromium.org/502009/diff/5002/5003#newcode14
src/scripts/setup_autotest.sh:14: DEFINE_string client_control "client test case
to execute" "c"
On 2009/12/18 17:55:40, petkov wrote:
> Missing default.

Done.

http://codereview.chromium.org/502009/diff/5002/5003#newcode17
src/scripts/setup_autotest.sh:17: DEFINE_string test_key
"${GCLIENT_ROOT}/src/platform/testing/testing_rsa" "k"
On 2009/12/18 17:55:40, petkov wrote:
> Missing description.
> 

Done.

http://codereview.chromium.org/502009/diff/5002/5003#newcode83
src/scripts/setup_autotest.sh:83: /client/site_tests/AllTests/control"
On 2009/12/18 17:55:40, petkov wrote:
> Can you break the line after = and preserve the indentation?

Done.

Powered by Google App Engine
This is Rietveld 408576698