| # Copyright 2014 The ChromiumOS Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| NAME = "touch_WakeupSource.touchpad" |
| METADATA = { |
| "contacts": ["chromeos-power@google.com"], |
| "bug_component": "b:1361410", |
| "criteria": "Touchpad is a wakeup source.", |
| "hw_agnostic": False |
| } |
| ATTRIBUTES = "suite:power_daily_misc, group:release-health, release-health_power" |
| TEST_TYPE = "client" |
| DEPENDENCIES = "touchpad" |
| |
| job.run_test('touch_WakeupSource', source='touchpad') |