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

Side by Side Diff: client/site_tests/hardware_Ath3k/control

Issue 3157019: Introduce a test for ath3k hardware. (Closed) Base URL: http://src.chromium.org/git/autotest.git
Patch Set: Modiefied to address a review comment. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | client/site_tests/hardware_Ath3k/hardware_Ath3k.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 NAME = 'hardware_Ath3k'
6 AUTHOR = 'The Chromium OS Authors'
7 PURPOSE = 'Verify Ath3k device and its driver presence.'
8 CRITERIA = 'Fails if USB device 0cf3:3002 or Ath3k module is missing.'
9 TIME='SHORT'
10 TEST_CATEGORY = 'Performance'
11 TEST_CLASS = 'Functional'
12 TEST_TYPE = 'client'
13
14 DOC = """
15 Looks first for USB device associated with the Ath3k Bluetooth controller and
16 then for its driver module (Ath3k).
17 """
18
19 job.run_test('hardware_Ath3k')
OLDNEW
« no previous file with comments | « no previous file | client/site_tests/hardware_Ath3k/hardware_Ath3k.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698