blob: 2d86472a2e32a5d2ec3c6c810f83f5646ad746f4 [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 Chrome OS keyboard keys.
"""
job.run_test('hardware_Keyboard')