| |
@@ -2231,6 +2231,19 @@
|
| |
"WORKER_CLASS": "tap"
|
| |
}
|
| |
},
|
| |
+ "unwanted_packages": {
|
| |
+ "profiles": {
|
| |
+ "fedora-Workstation-live-iso-ppc64le-*-ppc64le": 50,
|
| |
+ "fedora-Workstation-live-iso-x86_64-*-64bit": 50,
|
| |
+ "fedora-Workstation-raw_xz-raw.xz-aarch64-*-aarch64": 52
|
| |
+ },
|
| |
+ "settings": {
|
| |
+ "BOOTFROM": "c",
|
| |
+ "HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
|
| |
+ "POSTINSTALL": "unwanted_packages",
|
| |
+ "START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
|
| |
+ }
|
| |
+ },
|
| |
"upgrade_2_desktop_64bit": {
|
| |
"profiles": {
|
| |
"fedora-universal-x86_64-*-64bit": 40
|
| |
This adds a test that just fails if any one of a given list of
unwanted packages is installed. This was a request for the
Workstation edition from @catanzaro so I've just implemented it
for Workstation so far, but it's designed to be easily extended
to cover other subvariants too if we want.
Signed-off-by: Adam Williamson awilliam@redhat.com