This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/firewire.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: firewire/insert
command: removable_storage_watcher insert firewire
description:
 PURPOSE:
     This test will check the system can detect the insertion of a FireWire 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 a FireWire HDD into an available FireWire port.
 VERIFICATION:
     The verification of this test is automated. Do not change the automatically
     selected result

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

plugin: user-interact
name: firewire/remove
depends: firewire/storage-test
command: removable_storage_watcher remove firewire
description:
 PURPOSE:
     This test will check the system can detect the removal of a FireWire 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 FireWire HDD from the FireWire port.
 VERIFICATION:
     The verification of this test is automated. Do not change the automatically
     selected result