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

Issue 4337003: A basic utility to allow running of tests on VMs in parallel. (Closed)

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

Description

A basic utility to allow running of tests on VMs in parallel. Current usage is simple: just specify a list of tests and each one will be run on a separate VM using the latest image on a default board. Exit code is non-zero if any of the tests fail. Output from separate tests is interleaved. More CLs to follow -- specifying a result directory, non-interleaved output, base ssh port, board, image path, etc. BUG=8585 TEST=./bin/cros_run_parallel_vm_tests suite_Smoke suite_Smoke Change-Id: Ifa3396768050905ec02e4cad8b8f065a6d129154 Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=a424d94

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -0 lines) Patch
A bin/cros_run_parallel_vm_tests View 1 chunk +1 line, -0 lines 0 comments Download
A bin/cros_run_parallel_vm_tests.py View 1 chunk +92 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
petkov
10 years, 1 month ago (2010-11-03 04:20:04 UTC) #1
Chris Masone
10 years, 1 month ago (2010-11-03 14:38:02 UTC) #2
LGTM

On Tue, Nov 2, 2010 at 9:20 PM, <petkov@chromium.org> wrote:

> Reviewers: Chris Masone, sosa,
>
> Description:
> A basic utility to allow running of tests on VMs in parallel.
>
> Current usage is simple: just specify a list of tests and each one will be
> run
> on a separate VM using the latest image on a default board. Exit code is
> non-zero if any of the tests fail. Output from separate tests is
> interleaved.
>
> More CLs to follow -- specifying a result directory, non-interleaved
> output,
> base ssh port, board, image path, etc.
>
> BUG=8585
> TEST=./bin/cros_run_parallel_vm_tests suite_Smoke suite_Smoke
>
> Change-Id: Ifa3396768050905ec02e4cad8b8f065a6d129154
>
> Please review this at http://codereview.chromium.org/4337003/show
>
> SVN Base: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
>
> Affected files:
>  A bin/cros_run_parallel_vm_tests
>  A bin/cros_run_parallel_vm_tests.py
>
>
>

Powered by Google App Engine
This is Rietveld 408576698