diff options
author | Shih-Yuan Lee (FourDollars) <fourdollars@debian.org> | 2020-06-15 16:16:17 +0800 |
---|---|---|
committer | Shih-Yuan Lee (FourDollars) <fourdollars@debian.org> | 2020-06-16 17:21:36 +0800 |
commit | cfe1b0982eaf01b0d9dfd0f3016f2e7de6025ca6 (patch) | |
tree | a2b6e99deb36a2f10b7413437761dded6a57364a /units/miscellanea | |
parent | 396d0df1e3665cb9f8bfff778239b455b84d7bfc (diff) |
Add the test case for debsums.
Diffstat (limited to 'units/miscellanea')
-rw-r--r-- | units/miscellanea/jobs.pxu | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index 95d781e6..59a66b44 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -460,3 +460,13 @@ id: miscellanea/fan_stress_reaction command: fan_reaction_test.py _summary: Check if system fans react to CPU load _description: Check if system fans react to CPU load + +plugin: shell +category_id: com.canonical.plainbox::miscellanea +estimated_duration: 60 +id: miscellanea/debsums +user: root +requires: package.name == 'debsums' +command: debsums -c +_summary: Check the MD5 sums of installed Debian packages +_description: Verify installed Debian package files against MD5 checksum lists from /var/lib/dpkg/info/*.md5sums. |