add updates.img via local media test

Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D497
This commit is contained in:
Jan Sedlák 2015-08-17 17:28:33 +02:00
parent f4b3bee699
commit d33df701e4
1 changed files with 12 additions and 0 deletions

View File

@ -149,6 +149,11 @@ TESTCASES = {
"env": "x86 BIOS",
"type": "Installation",
},
"QA:Testcase_Anaconda_updates.img_via_local_media": {
"section": "Miscellaneous",
"env": "Result",
"type": "Installation",
},
# "": {
# "name_cb": callbackfunc # optional, called with 'flavor'
# "section": "",
@ -302,4 +307,11 @@ TESTSUITES = {
"QA:Testcase_Anaconda_user_creation",
"QA:Testcase_Package_Sets_Minimal_Package_Install",
],
"server_updates_img_local": [
"QA:Testcase_Anaconda_updates.img_via_local_media",
"QA:Testcase_install_to_VirtIO",
"QA:Testcase_Anaconda_User_Interface_Graphical",
"QA:Testcase_Anaconda_user_creation",
"QA:Testcase_Package_Sets_Minimal_Package_Install",
],
}