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