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 """A semi-automated test suite for touch device firmware MTB events."""
      6 
      7 from autotest_lib.client.bin import test
      8 from autotest_lib.client.bin import utils
      9 from autotest_lib.client.common_lib import error
     10 
     11 
     12 class firmware_TouchMTB(test.test):
     13     """A dummpy class for installing the test suite."""
     14     version = 1
     15 
     16     def run_once(self):
     17         raise error.TestFail('Test is obsolete.')
     18