1NAME = 'hardware_Keyboard' 2AUTHOR = 'Chromium OS Authors' 3PURPOSE = 'Verify the prescence of a supported keyboard.' 4CRITERIA = 'Fails if the keyboard is not registered with the input subsystem.' 5TIME = 'SHORT' 6TEST_CLASS = 'Hardware' 7TEST_CATEGORY = 'Functional' 8TEST_TYPE = 'Client' 9PY_VERSION = 3 10 11DOC = """ 12This test uses a modified version of evtest to probe for and test the keyboard. 13The test finds the keyboard event in /dev/input/, and queries to ensure that 14the driver presents all of the expected ChromeOS keyboard keys. 15""" 16 17job.run_test('hardware_Keyboard') 18