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