diff options
| author | Rod Smith <rod.smith@canonical.com> | 2017-04-10 13:20:30 -0400 | 
|---|---|---|
| committer | Rod Smith <rod.smith@canonical.com> | 2017-04-10 13:20:30 -0400 | 
| commit | 2b29ced1bb3859968f809dab2dff0e27d9de334d (patch) | |
| tree | b7e694afb1bf5ca5c5f9e32256457d95622e2d43 /jobs | |
| parent | 0b8af69d69af9885902753dcb4d11fb06c381810 (diff) | |
Fix missing dependency on uuid-runtime for disk_stress_ng test.
Diffstat (limited to 'jobs')
| -rw-r--r-- | jobs/disk.txt.in | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/jobs/disk.txt.in b/jobs/disk.txt.in index c1df7e39..606e4501 100644 --- a/jobs/disk.txt.in +++ b/jobs/disk.txt.in @@ -72,6 +72,11 @@ _summary: Disk I/O stress test for {product}  _description: Disk I/O stress test for {product}  command: storage_test {name} +# The stress/disk_stress_ng_test job requires uuid-runtime package +unit: packaging meta-data +os-id: debian +Depends: uuid-runtime +  unit: template  template-resource: device  template-filter: device.category == 'DISK'  | 
