1 # Copyright (c) 2013 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 NAME = "hardware_TouchScreenPowerCycles" 6 AUTHOR = "Chrome OS Team" 7 PURPOSE = "Check whether there are spurious contacts." 8 CRITERIA = "Fails if there are any spurious contacts." 9 TIME = "SHORT" 10 TEST_CATEGORY = "Functional" 11 TEST_CLASS = "hardware" 12 TEST_TYPE = "Client" 13 14 DOC = """ 15 Check if there are any spurious contacts when power is cycled. 16 """ 17 18 job.run_test('hardware_TouchScreenPowerCycles') 19