This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/esata.txt is in plainbox-provider-checkbox 0.3-2.

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
plugin: user-interact
name: esata/insert
command: removable_storage_watcher insert ata_serial_esata
description:
 PURPOSE:
     This test will check the system can detect the insertion of an eSATA HDD
 STEPS:
     1. Click 'Test' to begin the test. This test will
        timeout and fail if the insertion has not been detected within 20 seconds.
     2. Plug an eSATA HDD into an available eSATA port.
 VERIFICATION:
     The verification of this test is automated. Do not change the automatically
     selected result

plugin: shell
name: esata/storage-test
user: root
depends: esata/insert
command: removable_storage_test -s 268400000 ata_serial_esata
description:
 This is an automated test which performs read/write operations on an attached
 eSATA HDD

plugin: user-interact
name: esata/remove
depends: esata/storage-test
command: removable_storage_watcher remove ata_serial_esata
description:
 PURPOSE:
     This test will check the system can detect the removal of an eSATA HDD
 STEPS:
     1. Click 'Test' to begin the test. This test will timeout and fail if
        the removal has not been detected within 20 seconds.
     2. Remove the previously attached eSATA HDD from the eSATA port.
 VERIFICATION:
     The verification of this test is automated. Do not change the automatically
     selected result