1# Copyright (c) 2016 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.suspend_to_idle" 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 14DOC = """ 15This test requests a brightness level to be set after resume. It then triggers 16a suspend/resume and checks that the brightness has indeed been set to the 17requested level. 18""" 19 20job.run_test('power_BacklightSuspend', suspend_state='freeze') 21 22