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