Home | History | Annotate | Download | only in touch_UpdateErrors
      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_UpdateErrors.touchpad"
      7 PURPOSE = "Check whether startup touchpad firmware update had errors."
      8 CRITERIA = """
      9 This test will fail if touchpad device did not check for updates or if there
     10 were errors.
     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 = "touchpad"
     19 
     20 DOC = """
     21 Search the touch update log entries for errors or failures.
     22 """
     23 
     24 job.run_test('touch_UpdateErrors', input_type='touchpad')
     25