diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:33:55 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-13 10:33:55 +0200 |
commit | 5db6c23109f123ecfe5d79986a931da685095e4e (patch) | |
tree | 31e6184478841c21438a8a774cf6fb8a4b0120a7 /units | |
parent | 9e0ef0cdbc3fc8d8594f32bd1a0acef1424d57c3 (diff) |
bin:disk_info -> disk_info.py
Diffstat (limited to 'units')
-rw-r--r-- | units/disk/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/disk/jobs.pxu b/units/disk/jobs.pxu index 4bb8c04..102b858 100644 --- a/units/disk/jobs.pxu +++ b/units/disk/jobs.pxu @@ -7,7 +7,7 @@ _summary: Gathers information about each disk detected _description: Uses lsblk to gather information about each disk detected on the system under test. -command: disk_info +command: disk_info.py estimated_duration: 0.25 unit: template |