Home | History | Annotate | Download | only in hardware_TrackpadFunction
      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 = "hardware_TrackpadFunction"
      6 AUTHOR = "Chromium OS Authors"
      7 PURPOSE = "Verify if CMT driver is loaded on system."
      8 CRITERIA = """
      9 If CMT is not loaded for any of the detected trackpad this test will fail.
     10 """
     11 TIME = "SHORT"
     12 TEST_CATEGORY = "Functional"
     13 TEST_CLASS = "Hardware"
     14 TEST_TYPE = "Client"
     15 JOB_RETRIES = 2
     16 
     17 DOC = """
     18 This test probes the trackpad device name and detect if CMT has been loaded
     19 correctly for it.
     20 """
     21 
     22 job.run_test('hardware_TrackpadFunction')
     23