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 = "sque" 6NAME = "power_VideoDetector" 7PURPOSE = "Verify the backlight does not get dimmed while playing video." 8CRITERIA = """ 9Fail if the brightness changes between start and end. 10""" 11TIME = "SHORT" 12TEST_CATEGORY = "Functional" 13TEST_CLASS = "power" 14TEST_TYPE = "client" 15 16ATTRIBUTES = "suite:kernel_daily_regression" 17 18DOC = """ 19This test verifies that the backlight does not get dimmed during video playback. 20""" 21 22job.run_test("power_VideoDetector") 23