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

Unified Diff: client/site_tests/hardware_tsl2563/control

Issue 3064043: Update the tsl2563 test. (Closed) Base URL: ssh://git@chromiumos-git/autotest.git
Patch Set: Changes per testing and review. 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
Index: client/site_tests/hardware_tsl2563/control
diff --git a/client/site_tests/hardware_tsl2563/control b/client/site_tests/hardware_tsl2563/control
index 75434cc56ff88ebee09ab96ee1ba44ede0bd1f67..ba48c300ea48717a6d484f44497b35da07d3bb25 100644
--- a/client/site_tests/hardware_tsl2563/control
+++ b/client/site_tests/hardware_tsl2563/control
@@ -1,15 +1,21 @@
-NAME = 'hardware_tsl2563'
-AUTHOR = 'Chromium OS Authors'
-PURPOSE = 'Verify the TSL 2560 Light Sensor Device is supported.'
+# 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.
+
+AUTHOR = "Chrome OS Team"
+NAME = "hardware_tsl2563"
+PURPOSE = "Verify the TSL 2561 Light Sensor Device is supported."
CRITERIA = """
-Fails if TSL2560 kernel module is not loaded, or the i2c adapter is not found.
+Fails if the tsl2563 kernel module is not loaded, or its sys files
+are not exported.
"""
-TIME = 'SHORT'
-TEST_CLASS = 'Hardware'
-TEST_CATEGORY = 'Functional'
-TEST_TYPE = 'Client'
+TIME = "SHORT"
+TEST_CATEGORY = "Functional"
+TEST_CLASS = "hardware"
+TEST_TYPE = "client"
+
DOC = """
-tsl2563tst is a user space program that tests the interface provided
+This tests the interface provided
by the tsl2563 kernel module for controlling the Taos TSL2560/1/2/3
light-to-digital converters (ie, light sensor chips).
"""

Powered by Google App Engine
This is Rietveld 408576698