| # Copyright 2013 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # Description |
| # This test verifies that the backlight does not get dimmed during video playback. |
| |
| NAME = "power_VideoDetector" |
| METADATA = { |
| "contacts": ["cros-power-notifications@google.com"], |
| "bug_component": "b:1361410", |
| "criteria": "This test is a functional test", |
| "hw_agnostic": False, |
| } |
| ATTRIBUTES = ("suite:power_build, group:release-health, release-health_power") |
| TEST_TYPE = "client" |
| |
| job.run_test("power_VideoDetector") |