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