• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2014 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_WakeupSource.touchpad"
7PURPOSE = "Test whether onboard touchpad is wakeup source for the DUT."
8CRITERIA = """
9This test will fail if the touchpad is not a wakeup source or if the
10touchscreen (if any) is one.
11"""
12ATTRIBUTES = "suite:bvt-perbuild, suite:touch"
13TIME = "SHORT"
14TEST_CATEGORY = "Functional"
15TEST_CLASS = "touch"
16TEST_TYPE = "client"
17DEPENDENCIES = "touchpad"
18
19DOC = """
20For this device's touchpad , verify whether that device is
21listed as a wake source or not.
22"""
23
24job.run_test('touch_WakeupSource')
25