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