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