add fedup_minimal to trigger configuration

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D359
This commit is contained in:
Garret Raziel 2015-05-13 13:05:36 +02:00
parent 1ea0ba1db8
commit a6d48fb3aa
1 changed files with 8 additions and 0 deletions

View File

@ -124,6 +124,11 @@ TESTCASES = {
"env": "Result",
"type": "Installation",
},
"QA:Testcase_upgrade_fedup_cli_previous_minimal": {
"section": "Upgrade",
"env": "x86 BIOS",
"type": "Installation",
},
# "": {
# "name_cb": callbackfunc # optional, called with 'flavor'
# "section": "",
@ -250,5 +255,8 @@ TESTSUITES = {
"QA:Testcase_kickstart_user_creation",
"QA:Testcase_Kickstart_Hd_Device_Path_Ks_Cfg",
],
"fedup_minimal":[
"QA:Testcase_upgrade_fedup_cli_previous_minimal",
],
}