diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:53:04 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:53:04 +0200 |
commit | f88c0978d3414bd234fc639f96ef155aabf0cf78 (patch) | |
tree | 7d23ab6c1cc715254d8c04d5f5a103865d349b9b | |
parent | 3cc0bde4692104af9a44737da3a953a3802cb8fe (diff) |
bin:fstrim_test -> fstrim_test.py
-rwxr-xr-x | bin/fstrim_test.py (renamed from bin/fstrim_test) | 0 | ||||
-rw-r--r-- | units/disk/jobs.pxu | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/fstrim_test b/bin/fstrim_test.py index c6f1881..c6f1881 100755 --- a/bin/fstrim_test +++ b/bin/fstrim_test.py diff --git a/units/disk/jobs.pxu b/units/disk/jobs.pxu index ca53e4f..91559de 100644 --- a/units/disk/jobs.pxu +++ b/units/disk/jobs.pxu @@ -89,7 +89,7 @@ requires: block_device.rotation == 'no' and block_device.name == '{name}' _summary: Filesystem TRIM check for {product_slug} _description: Take the path of the storage device and test its TRIM capabilities -command: fstrim_test --device-file {name} +command: fstrim_test.py --device-file {name} unit: template template-resource: device |