Home | History | Annotate | Download | only in firmware_TouchMTB
      1 # Copyright (c) 2012 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 = 'firmware_TouchMTB'
      6 AUTHOR = 'Chromium OS Authors'
      7 PURPOSE = 'Verify the MTB packets generated by touch device firmware.'
      8 CRITERIA = 'Fails if the performance does not meet a specified requirement.'
      9 TIME = 'SHORT'
     10 TEST_CLASS = 'Hardware'
     11 TEST_CATEGORY = 'Functional'
     12 TEST_TYPE = 'Client'
     13 
     14 DOC = """
     15 This semi-automated test uses mtplot to capture and display touch device packet
     16 data. The packets are parsed and verified with specified validators for every
     17 performed gesture. A score is calculated based on the fuzzy criteria assigned
     18 in every test.
     19 """
     20 
     21 job.run_test('firmware_TouchMTB')
     22