diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-28 11:18:39 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-28 11:18:39 -0400 |
commit | 182449e2e112b0f81c4c8a8e97f1b9a6f21d3c23 (patch) | |
tree | 4e025d395eb57b6a47ec0d1b49a817c8f95d922d /jobs | |
parent | c8bb947fa16b977e6251e81b4427473bf37fbe8c (diff) |
providers:checkbox: test definition fixes for optical.
Removal of trailing whitespace.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/optical.txt.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jobs/optical.txt.in b/jobs/optical.txt.in index bc518c2..b7be742 100644 --- a/jobs/optical.txt.in +++ b/jobs/optical.txt.in @@ -65,7 +65,7 @@ command: plugin: user-interact-verify id: optical/cdrom-write_`ls /sys$path/block` estimated_duration: 120.0 - requires: + requires: device.path == "$path" optical_drive_`ls /sys$path/block`.cd_write == 'supported' user: root @@ -94,7 +94,7 @@ command: plugin: shell id: optical/cdrom-write-automated_`ls /sys$path/block` estimated_duration: 120.0 - requires: + requires: device.path == "$path" optical_drive_`ls /sys$path/block`.cd_write == 'supported' user: root @@ -134,7 +134,7 @@ command: cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=CDROM"' plugin: user-interact-verify id: optical/dvd-write_`ls /sys$path/block` - requires: + requires: device.path == "$path" optical_drive_`ls /sys$path/block`.dvd_write == 'supported' estimated_duration: 120.0 @@ -164,7 +164,7 @@ command: plugin: shell id: optical/dvd-write-automated_`ls /sys$path/block` estimated_duration: 120.0 - requires: + requires: device.path == "$path" optical_drive_`ls /sys$path/block`.dvd_write == 'supported' user: root |