| # Copyright (c) 2012 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. |
| |
| NAME = 'firmware_TouchMTB' |
| AUTHOR = 'Chromium OS Authors' |
| PURPOSE = 'Verify the MTB packets generated by touch device firmware.' |
| CRITERIA = 'Fails if the performance does not meet a specified requirement.' |
| TIME = 'SHORT' |
| TEST_CLASS = 'Hardware' |
| TEST_CATEGORY = 'Functional' |
| TEST_TYPE = 'Client' |
| |
| DOC = """ |
| This semi-automated test uses mtplot to capture and display touch device packet |
| data. The packets are parsed and verified with specified validators for every |
| performed gesture. A score is calculated based on the fuzzy criteria assigned |
| in every test. |
| """ |
| |
| job.run_test('firmware_TouchMTB') |