blob: c99f6dd1ce54f79d438d7b0f5059e933dad41a81 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = "hardware_TrackpadFunction"
AUTHOR = "Chromium OS Authors"
PURPOSE = "Verify if CMT driver is loaded on system."
CRITERIA = """
If CMT is not loaded for any of the detected trackpad this test will fail.
"""
SUITE = "bvt-cq, bvt, bvt_cq"
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "Hardware"
TEST_TYPE = "Client"
JOB_RETRIES = 1
DOC = """
This test probes the trackpad device name and detect if CMT has been loaded
correctly for it.
"""
job.run_test('hardware_TrackpadFunction')