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