diff options
author | Rod Smith <rod.smith@canonical.com> | 2018-06-05 09:58:05 -0700 |
---|---|---|
committer | Rod Smith <rod.smith@canonical.com> | 2018-06-05 09:58:05 -0700 |
commit | 749b9aa337fa5ef1f1278333db521940c0d37ec0 (patch) | |
tree | caf180dbed074a5f6aed83d7db750b0ca842a87a /units/miscellanea | |
parent | e3c2da8876b4ed079a1e49d1b9e27dc4fcbef3ad (diff) |
Added new test to fail if a pre-release kernel or OS is in use.
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 30c8a168..4a9980ba 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -161,6 +161,16 @@ command: efi-pxeboot plugin: shell category_id: com.canonical.plainbox::miscellanea +estimated_duration: 0.5 +id: miscellanea/check_prerelease +_summary: Test that system is not a pre-release version +_description: + Test to verify that the system uses production, rather + than pre-release, versions of the kernel and the OS. +command: check-prerelease + +plugin: shell +category_id: com.canonical.plainbox::miscellanea id: miscellanea/bmc_info requires: package.name == 'ipmitool' or executable.name == 'ipmitool' |