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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/site_tests/hardware_Ath3k/hardware_Ath3k.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/site_tests/hardware_Ath3k/control
diff --git a/client/site_tests/hardware_Ath3k/control b/client/site_tests/hardware_Ath3k/control
new file mode 100644
index 0000000000000000000000000000000000000000..aa6267284d76151ad38fb947a0bc2091d948a2fa
--- /dev/null
+++ b/client/site_tests/hardware_Ath3k/control
@@ -0,0 +1,19 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+NAME = 'hardware_Ath3k'
+AUTHOR = 'The Chromium OS Authors'
+PURPOSE = 'Verify Ath3k device and its driver presence.'
+CRITERIA = 'Fails if USB device 0cf3:3002 or Ath3k module is missing.'
+TIME='SHORT'
+TEST_CATEGORY = 'Performance'
+TEST_CLASS = 'Functional'
+TEST_TYPE = 'client'
+
+DOC = """
+Looks first for USB device associated with the Ath3k Bluetooth controller and
+then for its driver module (Ath3k).
+"""
+
+job.run_test('hardware_Ath3k')
« 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