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

Side by Side 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 unified diff | Download patch
OLDNEW
1 NAME = 'hardware_tsl2563' 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 AUTHOR = 'Chromium OS Authors' 2 # Use of this source code is governed by a BSD-style license that can be
3 PURPOSE = 'Verify the TSL 2560 Light Sensor Device is supported.' 3 # found in the LICENSE file.
4
5 AUTHOR = "Chrome OS Team"
6 NAME = "hardware_tsl2563"
7 PURPOSE = "Verify the TSL 2561 Light Sensor Device is supported."
4 CRITERIA = """ 8 CRITERIA = """
5 Fails if TSL2560 kernel module is not loaded, or the i2c adapter is not found. 9 Fails if the tsl2563 kernel module is not loaded, or its sys files
10 are not exported.
6 """ 11 """
7 TIME = 'SHORT' 12 TIME = "SHORT"
8 TEST_CLASS = 'Hardware' 13 TEST_CATEGORY = "Functional"
9 TEST_CATEGORY = 'Functional' 14 TEST_CLASS = "hardware"
10 TEST_TYPE = 'Client' 15 TEST_TYPE = "client"
16
11 DOC = """ 17 DOC = """
12 tsl2563tst is a user space program that tests the interface provided 18 This tests the interface provided
13 by the tsl2563 kernel module for controlling the Taos TSL2560/1/2/3 19 by the tsl2563 kernel module for controlling the Taos TSL2560/1/2/3
14 light-to-digital converters (ie, light sensor chips). 20 light-to-digital converters (ie, light sensor chips).
15 """ 21 """
16 22
17 job.run_test('hardware_tsl2563') 23 job.run_test('hardware_tsl2563')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698