• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
15PY_VERSION = 3
16
17ATTRIBUTES = "suite:power_build"
18
19DOC = """
20This test verifies that the backlight does not get dimmed during video playback.
21"""
22
23job.run_test("power_VideoDetector")
24