/usr/share/2013.com.canonical.certification:checkbox/jobs/smoke.txt.in is in plainbox-provider-checkbox 0.4-1.
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
id: smoke/true
command: true
_description:
Check success result from shell test case
plugin: shell
id: smoke/false
command: false
_description:
Check failed result from shell test case
plugin: shell
id: smoke/dependency/good
depends: smoke/true
command: true
_description:
Check job is executed when dependency succeeds
plugin: shell
id: smoke/dependency/bad
depends: smoke/false
command: true
_description:
Check job result is set to uninitiated when dependency fails
plugin: shell
id: smoke/requirement/good
requires: package.name == "checkbox"
command: true
_description:
Check job is executed when requirements are met
plugin: shell
id: 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
id: 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
|