You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
657 B
23 lines
657 B
# Copyright (c) 2012 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_Backlight"
|
|
PURPOSE = 'Verify that the backlight can be adjusted in software.'
|
|
CRITERIA = """
|
|
If backlight_tool fails to adjust the backlight brightness this test will fail.
|
|
"""
|
|
ATTRIBUTES = "suite:hwqual"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "hardware"
|
|
TEST_TYPE = "client"
|
|
|
|
DOC = """
|
|
This test will utilize the /sys/class/backlight interface to adjust the
|
|
strength of the backlight.
|
|
"""
|
|
|
|
job.run_test("hardware_Backlight")
|