aboutsummaryrefslogtreecommitdiff
path: root/client/site_tests/touch_WakeupSource/control.touchpad
blob: b0631f5c1577e88c9ada50870b344abc9bb7fbb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

AUTHOR = "kathrelkeld"
NAME = "touch_WakeupSource.touchpad"
PURPOSE = "Test whether onboard touchpad is wakeup source for the DUT."
CRITERIA = """
This test will fail if the touchpad is not a wakeup source or if the
touchscreen (if any) is one.
"""
ATTRIBUTES = "suite:touch"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "touch"
TEST_TYPE = "client"
DEPENDENCIES = "touchpad"

DOC = """
For this device's touchpad , verify whether that device is
listed as a wake source or not.
"""

job.run_test('touch_WakeupSource', source='touchpad')