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

Issue 3157019: Introduce a test for ath3k hardware. (Closed)

Created:
10 years, 4 months ago by vb
Modified:
9 years, 6 months ago
Reviewers:
petkov
CC:
chromium-os-reviews_chromium.org, sosa+cc_chromium.org, seano, ericli, petkov+cc_chromium.org
Base URL:
http://src.chromium.org/git/autotest.git
Visibility:
Public.

Description

Introduce a test for ath3k hardware. Change-Id: I42ca375473b0d36cde21d626495878b2d741d914 BUG=chrome-os-partner:273 TEST=see below Build a test image and install it on an Andretti machine. While in chroot on the development machine run the test as follows: ./run_remote_tests.sh --board=x86-generic --remote=172.22.75.149 hardware_Ath3k observe the results: >>> Test results: ----------------------------------- hardware_Ath3k PASS hardware_Ath3k/hardware_Ath3k PASS ----------------------------------- Total PASS: 2/2 (100%)

Patch Set 1 : Introduce a test for Ath3k hardware. #

Total comments: 10

Patch Set 2 : Modified to address review comments. #

Total comments: 2

Patch Set 3 : Modiefied to address a review comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -0 lines) Patch
A client/site_tests/hardware_Ath3k/control View 1 1 chunk +19 lines, -0 lines 0 comments Download
A client/site_tests/hardware_Ath3k/hardware_Ath3k.py View 1 2 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
vb
10 years, 4 months ago (2010-08-18 21:22:14 UTC) #1
petkov
Did you mean petkov@chromium.org? On Wed, Aug 18, 2010 at 2:22 PM, <vbendeb@chromium.org> wrote: > ...
10 years, 4 months ago (2010-08-18 21:27:01 UTC) #2
vb
Now sending to the proper reviewer.
10 years, 4 months ago (2010-08-18 21:36:56 UTC) #3
petkov
Are you planning to add this test to any suites? http://codereview.chromium.org/3157019/diff/2001/3001 File client/site_tests/hardware_Ath3k/control (right): http://codereview.chromium.org/3157019/diff/2001/3001#newcode8 ...
10 years, 4 months ago (2010-08-18 21:42:50 UTC) #4
vb
Darin, thank you for a quick review. I addressed your comments, please look again. As ...
10 years, 4 months ago (2010-08-18 22:17:23 UTC) #5
petkov
LGTM w/ a suggestion. http://codereview.chromium.org/3157019/diff/10001/11002 File client/site_tests/hardware_Ath3k/hardware_Ath3k.py (right): http://codereview.chromium.org/3157019/diff/10001/11002#newcode18 client/site_tests/hardware_Ath3k/hardware_Ath3k.py:18: ).exit_status == 0 Probably a ...
10 years, 4 months ago (2010-08-18 22:29:50 UTC) #6
vb
10 years, 4 months ago (2010-08-18 22:40:00 UTC) #7
retested, about to submit.

http://codereview.chromium.org/3157019/diff/10001/11002
File client/site_tests/hardware_Ath3k/hardware_Ath3k.py (right):

http://codereview.chromium.org/3157019/diff/10001/11002#newcode18
client/site_tests/hardware_Ath3k/hardware_Ath3k.py:18: ).exit_status == 0
On 2010/08/18 22:29:50, petkov wrote:
> Probably a personal preference so feel free to ignore but... I don't like this
> closing parenthesis on a separate line. Maybe assign the command to a variable
> and then on one line:
> 
> return utils.run(command).exit_status == 0
> 

Done.

Powered by Google App Engine
This is Rietveld 408576698