24 lines
		
	
	
		
			694 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			694 B
		
	
	
	
		
			Plaintext
		
	
	
	
# 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_UpdateErrors.touchpad"
 | 
						|
PURPOSE = "Check whether startup touchpad firmware update had errors."
 | 
						|
CRITERIA = """
 | 
						|
This test will fail if touchpad device did not check for updates or if there
 | 
						|
were errors.
 | 
						|
"""
 | 
						|
ATTRIBUTES = "suite:touch"
 | 
						|
TIME = "SHORT"
 | 
						|
TEST_CATEGORY = "Functional"
 | 
						|
TEST_CLASS = "touch"
 | 
						|
TEST_TYPE = "client"
 | 
						|
DEPENDENCIES = "touchpad, phase:PVT"
 | 
						|
 | 
						|
DOC = """
 | 
						|
Search the touch update log entries for errors or failures.
 | 
						|
"""
 | 
						|
 | 
						|
job.run_test('touch_UpdateErrors', input_type='touchpad')
 |