diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:16:15 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-14 12:16:15 +0200 |
commit | 0967ad9412abd47c53e45151dba7b36b9543b718 (patch) | |
tree | 7e416bf31b415a9d4b263a5122ff641b6552074f /units/optical | |
parent | 1467847edd5f8b2f67d4b0f413acd05cb9aaa6ad (diff) |
bin:optical_write_test -> optical_write_test.sh
Diffstat (limited to 'units/optical')
-rw-r--r-- | units/optical/jobs.pxu | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/units/optical/jobs.pxu b/units/optical/jobs.pxu index 9914a57..ed50e74 100644 --- a/units/optical/jobs.pxu +++ b/units/optical/jobs.pxu @@ -51,7 +51,7 @@ estimated_duration: 120.0 requires: optical_drive_{name}.cd_write == 'supported' user: root -command: set -o pipefail; optical_write_test /dev/{name} cd | ansi_parser.py +command: set -o pipefail; optical_write_test.sh /dev/{name} cd | ansi_parser.py _description: PURPOSE: This test will check your system's {product} CD writing capabilities. This test requires a blank CD-R or CD+R. @@ -73,7 +73,7 @@ estimated_duration: 120.0 requires: optical_drive_{name}.cd_write == 'supported' user: root -command: set -o pipefail; optical_write_test /dev/{name} cd | ansi_parser.py +command: set -o pipefail; optical_write_test.sh /dev/{name} cd | ansi_parser.py _description: This is an automated version of optical/cdrom-write. It assumes you have already inserted a data CD into your {product} optical drive prior to running Checkbox. @@ -111,7 +111,7 @@ requires: optical_drive_{name}.dvd_write == 'supported' estimated_duration: 120.0 user: root -command: set -o pipefail; optical_write_test /dev/{name} dvd | ansi_parser.py +command: set -o pipefail; optical_write_test.sh /dev/{name} dvd | ansi_parser.py _description: PURPOSE: This test will check your system's {product} writing capabilities. This test requires a blank DVD-R or DVD+R. @@ -133,7 +133,7 @@ estimated_duration: 120.0 requires: optical_drive_{name}.dvd_write == 'supported' user: root -command: set -o pipefail; optical_write_test /dev/{name} dvd | ansi_parser.py +command: set -o pipefail; optical_write_test.sh /dev/{name} dvd | ansi_parser.py _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. @@ -186,7 +186,7 @@ requires: optical_drive_{name}.bd_write == "supported" package.name == "growisofs" user: root -command: set -o pipefail; optical_write_test /dev/{name} bd | ansi_parser.py +command: set -o pipefail; optical_write_test.sh /dev/{name} bd | ansi_parser.py estimated_duration: 120.00 _description: PURPOSE: |