diff options
author | PMR <pmr@pmr-lander> | 2020-03-20 22:25:40 +0000 |
---|---|---|
committer | PMR <pmr@pmr-lander> | 2020-03-20 22:25:40 +0000 |
commit | 050ea1208b1d15de755b8b9e6a9ea470d077fd7d (patch) | |
tree | f32beae3ea7a97370d37b267d383736c15a17b03 | |
parent | f05c10635d0d3fbcef2af91e60626be362f2c948 (diff) | |
parent | ae7ccf87e5005681cede6151c2b259970bb6fed2 (diff) |
Merge #380980 from ~rodsmith/plainbox-provider-checkbox:limit-fwupdate-test
Remove the miscellanea/fwupdate test, which is useless with fwupdate gone
-rw-r--r-- | units/miscellanea/jobs.pxu | 14 | ||||
-rw-r--r-- | units/miscellanea/test-plan.pxu | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index ebc7c4d..d722295 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -77,20 +77,6 @@ environ: PLAINBOX_SESSION_SHARE command: checkbox-support-fwts_test -l $PLAINBOX_SESSION_SHARE/fwts_results.log -plugin: shell -category_id: com.canonical.plainbox::miscellanea -id: miscellanea/fwupdate -estimated_duration: 1.0 -depends: miscellanea/efi_boot_mode -requires: - cpuinfo.platform in ("i386", "x86_64", "aarch64", "armv7l") - package.name == 'fwupdate' or executable.name == 'fwupdate' -_description: - Determine if EFI firmware supports update from OS. -_summary: - Check for firmware update support. -command: fwupdate -s - plugin: attachment category_id: com.canonical.plainbox::miscellanea id: miscellanea/fwts_results.log diff --git a/units/miscellanea/test-plan.pxu b/units/miscellanea/test-plan.pxu index b202727..5b23880 100644 --- a/units/miscellanea/test-plan.pxu +++ b/units/miscellanea/test-plan.pxu @@ -71,7 +71,6 @@ mandatory_include: miscellanea/cpus_are_not_samples miscellanea/ipmi_test certification-status=blocker miscellanea/bmc_info - miscellanea/fwupdate miscellanea/dmitest_server miscellanea/sosreport miscellanea/sosreport_attachment |