This file is indexed.

/usr/share/checkbox/jobs/mediacard.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
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
plugin: manual
name: mediacard/mmc-insert
command: removable_storage_watcher insert sdio usb scsi
description:
 PURPOSE:
     This test will check that the systems media card reader can
     detect the insertion of a Multimedia Card (MMC) media
 STEPS:
     1. Click "Test" and insert an MMC card into the reader.
        (Note: this test will time-out after 10 seconds.)
     2. Do not unplug the device after the test.
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: shell
name: mediacard/mmc-storage
depends: mediacard/mmc-insert
command: removable_storage_test sdio usb scsi
description:
 This test is automated and executes after the mediacard/mmc-insert
 test is run. It tests reading and writing to the MMC card.

plugin: manual
name: mediacard/mmc-remove
depends: mediacard/mmc-storage
command: removable_storage_watcher remove sdio usb scsi
description:
 PURPOSE:
     This test will check that the system correctly detects 
     the removal of the MMC card from the systems card reader.
 STEPS:
     1. Click "Test" and remove the MMC card from the reader.
        (Note: this test will time-out after 10 seconds.)
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: manual
name: mediacard/mmc-insert-after-suspend
depends: suspend/suspend_advanced
command: removable_storage_watcher insert sdio usb scsi
description:
 PURPOSE:
     This test will check that the systems media card reader can
     detect the insertion of an MMC card after the system has been suspended
 STEPS:
     1. Click "Test" and insert an MMC card into the reader.
        (Note: this test will time-out after 10 seconds.)
     2. Do not unplug the device after the test.
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: shell
name: mediacard/mmc-storage-after-suspend
depends: mediacard/mmc-insert-after-suspend
command: removable_storage_test sdio usb scsi
description:
 This test is automated and executes after the mediacard/mmc-insert-after-suspend test
 is run. It tests reading and writing to the MMC card after the system has been suspended.

plugin: manual
name: mediacard/mmc-remove-after-suspend
depends: mediacard/mmc-storage-after-suspend
command: removable_storage_watcher remove sdio usb scsi
description:
 PURPOSE:
     This test will check that the system correctly detects the removal
     of an MMC card from the systems card reader after the system has been suspended.
 STEPS:
     1. Click "Test" and remove the MMC card from the reader.
        (Note: this test will time-out after 10 seconds.)
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: manual
name: mediacard/sd-insert
command: removable_storage_watcher insert sdio usb scsi
description:
 PURPOSE:
     This test will check that the systems media card reader can
     detect the insertion of a Secure Digital (SD) media card
 STEPS:
     1. Click "Test" and insert an SD card into the reader.
        (Note: this test will time-out after 10 seconds.)
     2. Do not unplug the device after the test.
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: shell
name: mediacard/sd-storage
depends: mediacard/sd-insert
command: removable_storage_test sdio usb scsi
description:
 This test is automated and executes after the mediacard/sd-insert
 test is run. It tests reading and writing to the SD card.

plugin: manual
name: mediacard/sd-remove
depends: mediacard/sd-storage
command: removable_storage_watcher remove sdio usb scsi
description:
 PURPOSE:
     This test will check that the system correctly detects 
     the removal of an SD card from the systems card reader.
 STEPS:
     1. Click "Test" and remove the SD card from the reader.
        (Note: this test will time-out after 10 seconds.)
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: manual
name: mediacard/sd-insert-after-suspend
depends: suspend/suspend_advanced
command: removable_storage_watcher insert sdio usb scsi
description:
 PURPOSE:
     This test will check that the systems media card reader can
     detect the insertion of an SD card after the system has been suspended
 STEPS:
     1. Click "Test" and insert an SD card into the reader.
        (Note: this test will time-out after 10 seconds.)
     2. Do not unplug the device after the test.
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: shell
name: mediacard/sd-storage-after-suspend
depends: mediacard/sd-insert-after-suspend
command: removable_storage_test sdio usb scsi
description:
 This test is automated and executes after the mediacard/sd-insert-after-suspend test
 is run. It tests reading and writing to the SD card after the system has been suspended.

plugin: manual
name: mediacard/sd-remove-after-suspend
depends: mediacard/sd-storage-after-suspend
command: removable_storage_watcher remove sdio usb scsi
description:
 PURPOSE:
     This test will check that the system correctly detects 
     the removal of an SD card from the systems card reader after the system has been suspended.
 STEPS:
     1. Click "Test" and remove the SD card from the reader.
        (Note: this test will time-out after 10 seconds.)
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: manual
name: mediacard/sdhc-insert
command: removable_storage_watcher insert sdio usb scsi
description:
 PURPOSE:
     This test will check that the systems media card reader can
     detect the insertion of a Secure Digital High-Capacity (SDHC) media card
 STEPS:
     1. Click "Test" and insert an SDHC card into the reader.
        (Note: this test will time-out after 10 seconds.)
     2. Do not unplug the device after the test.
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: shell
name: mediacard/sdhc-storage
depends: mediacard/sdhc-insert
command: removable_storage_test sdio usb scsi
description:
 This test is automated and executes after the mediacard/sdhc-insert
 test is run. It tests reading and writing to the SDHC card.

plugin: manual
name: mediacard/sdhc-remove
depends: mediacard/sdhc-storage
command: removable_storage_watcher remove sdio usb scsi
description:
 PURPOSE:
     This test will check that the system correctly detects 
     the removal of an SDHC card from the systems card reader.
 STEPS:
     1. Click "Test" and remove the SDHC card from the reader.
        (Note: this test will time-out after 10 seconds.)
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: manual
name: mediacard/sdhc-insert-after-suspend
depends: suspend/suspend_advanced
command: removable_storage_watcher insert sdio usb scsi
description:
 PURPOSE:
     This test will check that the systems media card reader can
     detect the insertion of an SDHC media card after the system has been suspended
 STEPS:
     1. Click "Test" and insert an SDHC card into the reader.
        (Note: this test will time-out after 10 seconds.)
     2. Do not unplug the device after the test.
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: shell
name: mediacard/sdhc-storage-after-suspend
depends: mediacard/sdhc-insert-after-suspend
command: removable_storage_test sdio usb scsi
description:
 This test is automated and executes after the mediacard/sdhc-insert-after-suspend test
 is run. It tests reading and writing to the SDHC card after the system has been suspended.

plugin: manual
name: mediacard/sdhc-remove-after-suspend
depends: mediacard/sdhc-storage-after-suspend
command: removable_storage_watcher remove sdio usb scsi
description:
 PURPOSE:
     This test will check that the system correctly detects the removal
     of an SDHC card from the systems card reader after the system has been suspended.
 STEPS:
     1. Click "Test" and remove the SDHC card from the reader.
        (Note: this test will time-out after 10 seconds.)
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: manual
name: mediacard/cf-insert
command: removable_storage_watcher insert sdio usb scsi
description:
 PURPOSE:
     This test will check that the systems media card reader can
     detect the insertion of a Compact Flash (CF) media card
 STEPS:
     1. Click "Test" and insert a CF card into the reader.
        (Note: this test will time-out after 10 seconds.)
     2. Do not unplug the device after the test.
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: shell
name: mediacard/cf-storage
depends: mediacard/cf-insert
command: removable_storage_test sdio usb scsi
description:
 This test is automated and executes after the mediacard/cf-insert
 test is run. It tests reading and writing to the CF card.

plugin: manual
name: mediacard/cf-remove
depends: mediacard/cf-storage
command: removable_storage_watcher remove sdio usb scsi
description:
 PURPOSE:
     This test will check that the system correctly detects 
     the removal of a CF card from the systems card reader.
 STEPS:
     1. Click "Test" and remove the CF card from the reader.
        (Note: this test will time-out after 10 seconds.)
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: manual
name: mediacard/cf-insert-after-suspend
depends: suspend/suspend_advanced
command: removable_storage_watcher insert sdio usb scsi
description:
 PURPOSE:
     This test will check that the systems media card reader can
     detect the insertion of a CF card after the system has been suspended
 STEPS:
     1. Click "Test" and insert a CF card into the reader.
        (Note: this test will time-out after 10 seconds.)
     2. Do not unplug the device after the test.
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.

plugin: shell
name: mediacard/cf-storage-after-suspend
depends: mediacard/cf-insert-after-suspend
command: removable_storage_test sdio usb scsi
description:
 This test is automated and executes after the mediacard/cf-insert-after-suspend test
 is run. It tests reading and writing to the CF card after the system has been suspended.

plugin: manual
name: mediacard/cf-remove-after-suspend
depends: mediacard/cf-storage-after-suspend
command: removable_storage_watcher remove sdio usb scsi
description:
 PURPOSE:
     This test will check that the system correctly detects the removal
     of a CF card from the systems card reader after the system has been suspended.
 STEPS:
     1. Click "Test" and remove the CF card from the reader.
        (Note: this test will time-out after 10 seconds.)
 VERIFICATION:
     The verification of this test is automated. Do not change the
     automatically selected result.