This file is indexed.

/usr/share/checkbox/jobs/peripheral.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
plugin: manual
name: peripheral/printer
description:
 PURPOSE:
    This test will verify that a network printer is usable
 STEPS:
    1. Make sure that a printer is available in your network
    2. Click on the Gear icon in the upper right corner and then click on Printers
    3. If the printer isn't already listed, click on Add
    4. The printer should be detected and proper configuration values  should be displayed
    5. Print a test page
 VERIFICATION:
    Were you able to print a test page to the network printer?

plugin: manual
name: peripheral/external-usb-modem
command: network_check
description:
 PURPOSE:
    This test will verify that a USB DLS or Mobile Broadband modem works
 STEPS:
    1. Connect the USB cable to the computer
    2. Right click on the Network icon in the panel
    3. Select 'Edit Connections'
    4. Select the 'DSL' (for ADSL modem) or 'Mobile Broadband' (for 3G modem) tab
    5. Click on add 'Add' button
    6. Configure the connection parameters properly
    7. Notify OSD should confirm that the connection has been established
    8. Select Test to verify that it's possible to establish an HTTP connection
 VERIFICATION:
    Was the connection correctly established?

plugin: shell
name: peripheral/external-usb-modem-http
depends: peripheral/external-usb-modem
command: wget -SO /dev/null http://$TRANSFER_SERVER
description:
 Automated test case to make sure that it's possible to download files through HTTP