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
1 changed files with 8 additions and 0 deletions

View File

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