blob: 04b2d4fe68d54687ec8c963e756f1db2ce4ce55c [file] [log] [blame]
NAME = 'suite_HWQual.keyboard'
AUTHOR = 'Chromium OS Authors'
PURPOSE = 'Verify the prescence of a supported keyboard.'
CRITERIA = 'Fails if the keyboard is not registered with the input subsystem.'
TIME = 'SHORT'
TEST_CLASS = 'Hardware'
TEST_CATEGORY = 'Functional'
TEST_TYPE = 'Client'
PY_VERSION = 3
DOC = """
This test uses a modified version of evtest to probe for and test the keyboard.
The test finds the keyboard event in /dev/input/, and queries to ensure that
the driver presents all of the expected ChromeOS keyboard keys.
"""
job.run_test('hardware_Keyboard')