Issue metadata
Sign in to add a comment
|
test_that cannot run suites on :lab: |
||||||||||||||||||||||
Issue descriptionMaybe I'm doing something wrong, but I'm trying to test out a CL here: https://uberchromegw.corp.google.com/i/chromiumos.tryserver/builders/paladin/builds/1601 only to find that it didn't run any HWTest stages (b/c the CQ isn't currently configured for that it seems). So I want to specifically use that build to run a test suite on a lab machine. This doesn't seem to work though: --- $ test_that -b heli -i heli-paladin/R56-8918.0.0-b1601 :lab: suite:bvt-inline INFO:root:About to start lab suite with command ['/mnt/host/source/src/third_party/autotest/files/site_utils/run_suite.py', '--board', 'heli', '--build', 'heli-paladin/R56-8918.0.0-b1601', '--suite_name', 'test_that_wrapper', '--pool', 'suites', '--max_runtime_mins', '20', '--suite_args', '-b heli -i heli-paladin/R56-8918.0.0-b1601 :lab: suite:bvt-inline']. usage: run_suite.py [options] run_suite.py: error: argument --suite_args: expected one argument --- Am I doing something wrong, or is test_that / run_suite.py buggy?
,
Oct 20 2016
,
Oct 24 2016
Caused by a subtle bug in parsing: http://bugs.python.org/issue9334
,
Nov 1 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/autotest/+/910c6042cd2c93e7cfa8e253f96092792600b5be commit 910c6042cd2c93e7cfa8e253f96092792600b5be Author: Allen Li <ayatane@chromium.org> Date: Tue Oct 25 00:52:25 2016 [autotest] Fix argparse handling of arguments starting with dashes BUG= chromium:658013 TEST=Run test_that against lab Change-Id: I98c8682ac6d46e7a3bc0c2aa85e5024915989aef Reviewed-on: https://chromium-review.googlesource.com/402710 Commit-Ready: Allen Li <ayatane@chromium.org> Tested-by: Allen Li <ayatane@chromium.org> Reviewed-by: Richard Barnette <jrbarnette@google.com> [modify] https://crrev.com/910c6042cd2c93e7cfa8e253f96092792600b5be/site_utils/run_suite_unittest.py [modify] https://crrev.com/910c6042cd2c93e7cfa8e253f96092792600b5be/site_utils/test_that.py
,
Nov 1 2016
,
Jan 21 2017
,
Mar 4 2017
,
Apr 17 2017
,
May 30 2017
,
Aug 1 2017
,
Oct 14 2017
|
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by briannorris@chromium.org
, Oct 20 2016Labels: -Type-Bug -Pri-3 Pri-2 Type-Bug-Regression