This file is indexed.

/usr/lib/plainbox-providers-1/checkbox/jobs/smoke.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
38
39
40
41
42
43
44
45
46
47
48
49
50
plugin: shell
name: smoke/true
command: true
description:
 Check success result from shell test case

plugin: shell
name: smoke/false
command: false
description:
 Check failed result from shell test case

plugin: shell
name: smoke/dependency/good
depends: smoke/true
command: true
description:
 Check job is executed when dependency succeeds

plugin: shell
name: smoke/dependency/bad
depends: smoke/false
command: true
description:
 Check job result is set to uninitiated when dependency fails

plugin: shell
name: smoke/requirement/good
requires: package.name == "checkbox"
command: true
description:
 Check job is executed when requirements are met

plugin: shell
name: smoke/requirement/bad
requires: package.name == "unknown-package"
command: true
description:
 Check job result is set to "not required on this system" when requirements are not met

plugin: manual
name: smoke/manual
description:
 PURPOSE:
     This test checks that the manual plugin works fine
 STEPS:
     1. Add a comment
     2. Set the result as passed
 VERIFICATION:
     Check that in the report the result is passed and the comment is displayed