You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
719 B
25 lines
719 B
# 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')
|