diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2017-03-30 12:25:47 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-04-03 09:39:22 +0200 |
commit | d3f056cf1edb1f504fbd81e75513154b343ef4bc (patch) | |
tree | 15ae68fa12b09d2dcfd61a90ac8f9f72bc0419c7 | |
parent | fa402521f89e33d749f731de251a2876f1dae93c (diff) |
fix validation warnings in optical.txt.in
Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
-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: |