blob: ccc615534a0d3636848b248c32c5f8b1320b5b69 [file] [log] [blame]
# Copyright (c) 2010 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 = "power_Backlight"
TIME = "MEDIUM"
TEST_CATEGORY = "Functional"
TEST_CLASS = "power"
TEST_TYPE = "client"
DOC = """
This test verifies that the following properties about the backlight:
1) The backlight can be adjusted in software using
the /sys/class/backlight interface
2) The backlight must support at least five distinct levels.
3) As you turn up the backlight from 0% -> 25% -> 50% -> 75% -> 100%,
each successive bump uses more energy than the previous level.
"""
job.run_test("power_Backlight")