diff options
author | PMR <pmr@pmr-lander> | 2020-11-04 20:15:54 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-11-04 20:15:54 +0000 |
commit | 17b168a6ea28b2ad9d363adda617c4e4c0179023 (patch) | |
tree | 1315903c869a211f8380dae609fff523e2a73bc4 /jobs | |
parent | 3286640736cec459afc162d3bbe9934308846c9b (diff) | |
parent | 617f22c796e022a05e7a299b562b55d7617e1219 (diff) |
Merge #390414 from ~williamhsu/oem-qa-checkbox/+git/oem-plainbox:bug/1891146/productivity-app-check
LP:1891146 Added a test case to check the built-in desktop package
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/misc/misc-generic.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/jobs/misc/misc-generic.txt b/jobs/misc/misc-generic.txt index c43d834..ba53921 100644 --- a/jobs/misc/misc-generic.txt +++ b/jobs/misc/misc-generic.txt @@ -94,3 +94,14 @@ command: _description: Check if kernel and grub are new enough to fix the boothole issue. https://docs.google.com/document/d/1EheQcQ5fzdwW_JOXz5LChqObu6di4GztkxRtVxtUYGs/edit#heading=h.ek2fnosafgow + +plugin: shell +id: misc/generic/ouagadougou/desktop-meta-package +user: root +estimated_duration: 0.1 +command: echo "Additional packages verification passed" +_summary: Check the must-have packages after the system installation +flags: preserve-locale simple fail-on-resource +imports: from com.canonical.certification import package +requires: + package.name == 'ubuntu-desktop' |