blob: c3cdc72af7b6c68374a8123ae5c3b0cf24453c14 [file] [log] [blame]
Katherine Threlkeld8cca8e82015-09-15 17:07:24 -07001# Copyright 2015 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 = "kathrelkeld"
6NAME = "touch_HasInput.touchpad"
7PURPOSE = "Check whether a touchpad is present as an input source."
8CRITERIA = """
9This test will fail if the device does not have touchpad input.
10"""
Kalin Stoyanov30c05d52019-01-17 15:50:09 -080011ATTRIBUTES = "suite:touch"
Katherine Threlkeld8cca8e82015-09-15 17:07:24 -070012TIME = "SHORT"
13TEST_CATEGORY = "Functional"
14TEST_CLASS = "touch"
15TEST_TYPE = "client"
16DEPENDENCIES = "touchpad"
17
18DOC = """
19If there is no /dev/input/event* that is a touchpad, test will fail. Test
20should only be run on devices with a touchpad.
21"""
22
23job.run_test('touch_HasInput', input_type='touchpad')