1# Copyright (c) 2012 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 5AUTHOR = "Chrome OS Team" 6NAME = "hardware_Backlight" 7PURPOSE = 'Verify that the backlight can be adjusted in software.' 8CRITERIA = """ 9If backlight_tool fails to adjust the backlight brightness this test will fail. 10""" 11ATTRIBUTES = "suite:hwqual" 12TIME = "SHORT" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "hardware" 15TEST_TYPE = "client" 16 17DOC = """ 18This test will utilize the /sys/class/backlight interface to adjust the 19strength of the backlight. 20""" 21 22job.run_test("hardware_Backlight") 23