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" 12SUITE = "hwqual" 13TIME = "SHORT" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "hardware" 16TEST_TYPE = "client" 17 18DOC = """ 19This test will utilize the /sys/class/backlight interface to adjust the 20strength of the backlight. 21""" 22 23job.run_test("hardware_Backlight") 24