diff options
author | Rod Smith <rod.smith@canonical.com> | 2016-07-18 22:41:36 +0000 |
---|---|---|
committer | Sylvain Pineau <> | 2016-07-18 22:41:36 +0000 |
commit | 18d92f21b3728a51c5836f3d7a9aaef73dea67ee (patch) | |
tree | bae8e47e020051bb29d13d626d77ba354fd717f0 /jobs | |
parent | 0822ba3091542c54693365bcf0491e608edbf628 (diff) | |
parent | 27d58566b28c03c5f177c566dc67a3d06253dc22 (diff) |
"automatic merge of lp:~rodsmith/checkbox/stressng-storageio/ by tarmac [r=bladernr][bug=][author=rodsmith]"
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/disk.txt.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/jobs/disk.txt.in b/jobs/disk.txt.in index 9dc8c40..dfe28ce 100644 --- a/jobs/disk.txt.in +++ b/jobs/disk.txt.in @@ -67,6 +67,21 @@ _summary: Disk I/O stress test for {product} _description: Disk I/O stress test for {product} command: storage_test {name} +unit: template +template-resource: device +template-filter: device.category == 'DISK' +plugin: shell +category_id: 2013.com.canonical.plainbox::disk +id: disk/disk_stress_ng_{name} +estimated_duration: 4560.0 +user: root +requires: + package.name == 'stress-ng' + block_device.{name}_state != 'removable' +_summary: Disk stress_ng test for {product} +_description: Disk stress_ng test for {product} +command: disk_stress_ng {name} --base-time 240 --really-run + plugin: shell category_id: 2013.com.canonical.plainbox::disk id: disk/spindown |