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_UpdateErrors.touchpad" 7PURPOSE = "Check whether startup touchpad firmware update had errors." 8CRITERIA = """ 9This test will fail if touchpad device did not check for updates or if there 10were errors. 11""" 12ATTRIBUTES = "suite:touch" 13TIME = "SHORT" 14TEST_CATEGORY = "Functional" 15TEST_CLASS = "touch" 16TEST_TYPE = "client" 17DEPENDENCIES = "touchpad, phase:PVT" 18 19DOC = """ 20Search the touch update log entries for errors or failures. 21""" 22 23job.run_test('touch_UpdateErrors', input_type='touchpad') 24