diff options
author | Rod Smith <rod.smith@canonical.com> | 2016-07-18 13:56:59 -0400 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2016-07-18 13:56:59 -0400 |
commit | 27d58566b28c03c5f177c566dc67a3d06253dc22 (patch) | |
tree | 058af29761e7a6d436c92244e9660788ac5f8455 /jobs | |
parent | 1e71c2b6d0b990edcda3fa210c2ab677c92915fd (diff) |
Forgot to change the call in disk.txt.in for new disk_stress_ng calling syntax.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/disk.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/disk.txt.in b/jobs/disk.txt.in index 14153d6..dfe28ce 100644 --- a/jobs/disk.txt.in +++ b/jobs/disk.txt.in @@ -80,7 +80,7 @@ requires: block_device.{name}_state != 'removable' _summary: Disk stress_ng test for {product} _description: Disk stress_ng test for {product} -command: disk_stress_ng --disk-device {name} --base-time 240 --really-run +command: disk_stress_ng {name} --base-time 240 --really-run plugin: shell category_id: 2013.com.canonical.plainbox::disk |