add fedup desktop test

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D452
This commit is contained in:
Garret Raziel 2015-07-17 12:55:18 +02:00
parent 1672b1320c
commit 699be78fac

View File

@ -129,6 +129,11 @@ TESTCASES = {
"env": "x86 BIOS", "env": "x86 BIOS",
"type": "Installation", "type": "Installation",
}, },
"QA:Testcase_upgrade_fedup_cli_previous_workstation": {
"section": "Upgrade",
"env": "x86 BIOS",
"type": "Installation",
},
# "": { # "": {
# "name_cb": callbackfunc # optional, called with 'flavor' # "name_cb": callbackfunc # optional, called with 'flavor'
# "section": "", # "section": "",
@ -258,4 +263,7 @@ TESTSUITES = {
"fedup_minimal": [ "fedup_minimal": [
"QA:Testcase_upgrade_fedup_cli_previous_minimal", "QA:Testcase_upgrade_fedup_cli_previous_minimal",
], ],
"fedup_desktop": [
"QA:Testcase_upgrade_fedup_cli_previous_workstation",
],
} }