diff options
author | PMR <pmr@pmr-lander> | 2017-03-30 21:10:46 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2017-03-30 21:10:46 +0000 |
commit | aca15a4bc99b30b20d7d1b46ea89730dd0d649f9 (patch) | |
tree | 15ae68fa12b09d2dcfd61a90ac8f9f72bc0419c7 | |
parent | 57dbfc5ed518d5a5468e758df2ef374decc32d22 (diff) | |
parent | 1d6da6d616d6342dc411e65e05b4ee36cc223a46 (diff) |
Merge #321435 from ~kissiel/plainbox-provider-checkbox:fix-warnings
-rw-r--r-- | jobs/optical.txt.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/jobs/optical.txt.in b/jobs/optical.txt.in index ad77185..75e8e2d 100644 --- a/jobs/optical.txt.in +++ b/jobs/optical.txt.in @@ -19,7 +19,7 @@ id: optical/read_{name} estimated_duration: 120.0 user: root command: optical_read_test /dev/{name} -description: +_description: PURPOSE: This test will check your {product} device's ability to read CD media STEPS: @@ -114,7 +114,7 @@ requires: estimated_duration: 120.0 user: root command: set -o pipefail; optical_write_test /dev/{name} dvd | ansi_parser -description: +_description: PURPOSE: This test will check your system's {product} writing capabilities. This test requires a blank DVD-R or DVD+R. STEPS: @@ -136,7 +136,7 @@ requires: optical_drive_{name}.dvd_write == 'supported' user: root command: set -o pipefail; optical_write_test /dev/{name} dvd | ansi_parser -description: +_description: This is an automated version of optical/dvd-write. It assumes you have already inserted a data DVD into your {product} optical drive prior to running Checkbox. plugin: user-interact-verify @@ -167,7 +167,7 @@ requires: optical_drive_{name}.bd_read == "supported" user: root command: optical_read_test /dev/{name} -description: +_description: PURPOSE: This test will check your {product} device's ability to read Blu-Ray (BD) media STEPS: @@ -189,7 +189,7 @@ requires: user: root command: set -o pipefail; optical_write_test /dev/{name} bd | ansi_parser estimated_duration: 120.00 -description: +_description: PURPOSE: This test will check your {product} device's ability to write Blu-Ray (BD) media STEPS: |