• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1NAME = 'suite_HWQual.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'
9DOC = """
10This test uses a modified version of evtest to probe for and test the keyboard.
11The test finds the keyboard event in /dev/input/, and queries to ensure that
12the driver presents all of the expected Chrome OS keyboard keys.
13"""
14
15job.run_test('hardware_Keyboard')
16