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

Issue 4647001: crosutils: Add vnc view of tests and running multiple tests for VM tests (Closed)

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

Description

crosutils: Add vnc view of tests running multiple tests for VM tests Change-Id: I87c41e60797848192cee1f0c165215fcec8f5bd2 BUG=8850 TEST=Ran a few tests including suite_Smoke Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=0814569

Patch Set 1 #

Patch Set 2 : Make start_vm be able to find non-default board #

Total comments: 6

Patch Set 3 : Respond to sosa review #

Total comments: 1

Patch Set 4 : Respond to sosa review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -4 lines) Patch
M bin/cros_run_vm_test View 1 2 3 3 chunks +15 lines, -3 lines 0 comments Download
M bin/cros_start_vm View 2 2 chunks +6 lines, -1 line 0 comments Download
M lib/cros_vm_lib.sh View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kmixter1
10 years, 1 month ago (2010-11-07 18:05:46 UTC) #1
sosa
Thanks for fixing the board logic in cros_start_vm for devs without default boards. http://codereview.chromium.org/4647001/diff/3001/4001 File ...
10 years, 1 month ago (2010-11-07 22:31:21 UTC) #2
kmixter1
PTAL http://codereview.chromium.org/4647001/diff/3001/4001 File bin/cros_run_vm_test (right): http://codereview.chromium.org/4647001/diff/3001/4001#newcode39 bin/cros_run_vm_test:39: if [ -z "${FLAGS_test_case}" ] && [ -z ...
10 years, 1 month ago (2010-11-08 00:36:48 UTC) #3
sosa
10 years, 1 month ago (2010-11-08 20:05:17 UTC) #4
LGTM w/ addition of warning

http://codereview.chromium.org/4647001/diff/9001/10001
File bin/cros_run_vm_test (right):

http://codereview.chromium.org/4647001/diff/9001/10001#newcode44
bin/cros_run_vm_test:44: [ -n "${FLAGS_test_case}" ] && tests=(
"${FLAGS_test_case}" )
How about deprecate the flag and print a warning saying you shouldn't use and it
use ARGV instead until we've fixed the builders (a week or so)

Powered by Google App Engine
This is Rietveld 408576698