This file is indexed.

/usr/share/checkbox/jobs/input.txt is in checkbox 0.13.7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
plugin: manual
name: input/mouse
requires: device.category == 'MOUSE' or device.category == 'TOUCH'
description:
 PURPOSE:
     This test will test your pointing device
 STEPS:
     1. Move the cursor using the pointing device or touch the screen.
     2. Perform some single/double/right click operations.
 VERIFICATION:
     Did the pointing device work as expected?

plugin: manual
name: input/keyboard
command: keyboard_test
requires: device.category == 'KEYBOARD'
description:
 PURPOSE:
     This test will test your keyboard
 STEPS:
     1. Click on Test
     2. On the open text area, use your keyboard to type something
 VERIFICATION:
     Is your keyboard working properly?