1# Copyright (c) 2013 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 = "power_BacklightSuspend"
7PURPOSE = "Test the backlight's resume brightness feature."
8CRITERIA = "This test is a benchmark."
9TIME = "FAST"
10TEST_CATEGORY = "Functional"
11TEST_CLASS = "power"
12TEST_TYPE = "client"
13
14ATTRIBUTES = "suite:kernel_per-build_regression, suite:partners"
15SUITE = "kernel_per-build_regression, partners"
16
17DOC = """
18This test requests a brightness level to be set after resume.  It then triggers
19a suspend/resume and checks that the brightness has indeed been set to the
20requested level.
21"""
22
23job.run_test('power_BacklightSuspend')
24