diff options
author | Rod Smith <rod.smith@canonical.com> | 2016-09-01 11:38:52 -0400 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2016-09-01 11:38:52 -0400 |
commit | ababaa506249728f3b0c5ad62da6eb3b2c3c4652 (patch) | |
tree | 39d141d827c6cc4797ad328facba96da0d34356c /jobs | |
parent | da93f8eba3b84a5d91857ad8ee60cfdd85e2673b (diff) |
Added test for CPU load imposed by disk input operations.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/disk.txt.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/jobs/disk.txt.in b/jobs/disk.txt.in index dfe28ce..e7d8eaf 100644 --- a/jobs/disk.txt.in +++ b/jobs/disk.txt.in @@ -82,6 +82,20 @@ _summary: Disk stress_ng test for {product} _description: Disk stress_ng test for {product} command: disk_stress_ng {name} --base-time 240 --really-run +unit: template +template-resource: device +template-filter: device.category == 'DISK' +plugin: shell +category_id: 2013.com.canonical.plainbox::disk +id: disk/disk_cpu_load_{name} +estimated_duration: 15 +user: root +requires: + block_device.{name}_state != 'removable' +_summary: Check of CPU load imposed by {product} +_description: Check to ensure CPU load of {product} is not too high +command: disk_cpu_load {name} + plugin: shell category_id: 2013.com.canonical.plainbox::disk id: disk/spindown |