mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-22 07:13:09 +00:00
Updated conf_test_suites
This commit is contained in:
parent
471e13791e
commit
e76eaaf246
@ -69,6 +69,21 @@ TESTCASES = {
|
|||||||
"env": "Result",
|
"env": "Result",
|
||||||
"type": "Installation",
|
"type": "Installation",
|
||||||
},
|
},
|
||||||
|
"QA:Testcase_install_repository_Mirrorlist_graphical": {
|
||||||
|
"section": "Installation repositories",
|
||||||
|
"env": "result",
|
||||||
|
"type": "Installation",
|
||||||
|
},
|
||||||
|
"QA:Testcase_install_repository_HTTP/FTP_graphical": {
|
||||||
|
"section": "Installation repositories",
|
||||||
|
"env": "result",
|
||||||
|
"type": "Installation",
|
||||||
|
},
|
||||||
|
"QA:Testcase_install_repository_HTTP/FTP_variation": {
|
||||||
|
"section": "Installation repositories",
|
||||||
|
"env": "result",
|
||||||
|
"type": "Installation",
|
||||||
|
},
|
||||||
# "": {
|
# "": {
|
||||||
# "section": "",
|
# "section": "",
|
||||||
# "env": "x86",
|
# "env": "x86",
|
||||||
@ -81,6 +96,7 @@ TESTSUITES = {
|
|||||||
"server_simple":[
|
"server_simple":[
|
||||||
"QA:Testcase_Boot_default_install Server netinst",
|
"QA:Testcase_Boot_default_install Server netinst",
|
||||||
"QA:Testcase_install_to_VirtIO",
|
"QA:Testcase_install_to_VirtIO",
|
||||||
|
"QA:Testcase_partitioning_guided_empty",
|
||||||
"QA:Testcase_Anaconda_User_Interface_Graphical",
|
"QA:Testcase_Anaconda_User_Interface_Graphical",
|
||||||
"QA:Testcase_Anaconda_user_creation",
|
"QA:Testcase_Anaconda_user_creation",
|
||||||
],
|
],
|
||||||
@ -112,5 +128,30 @@ TESTSUITES = {
|
|||||||
"QA:Testcase_kickstart_user_creation",
|
"QA:Testcase_kickstart_user_creation",
|
||||||
"QA:Testcase_Kickstart_Http_Server_Ks_Cfg",
|
"QA:Testcase_Kickstart_Http_Server_Ks_Cfg",
|
||||||
],
|
],
|
||||||
|
"server_mirrorlist_graphical":[
|
||||||
|
"QA:Testcase_Boot_default_install Server netinst",
|
||||||
|
"QA:Testcase_install_to_VirtIO",
|
||||||
|
"QA:Testcase_partitioning_guided_empty",
|
||||||
|
"QA:Testcase_Anaconda_User_Interface_Graphical",
|
||||||
|
"QA:Testcase_Anaconda_user_creation",
|
||||||
|
"QA:Testcase_install_repository_Mirrorlist_graphical",
|
||||||
|
],
|
||||||
|
"server_repository_http_graphical":[
|
||||||
|
"QA:Testcase_Boot_default_install Server netinst",
|
||||||
|
"QA:Testcase_install_to_VirtIO",
|
||||||
|
"QA:Testcase_partitioning_guided_empty",
|
||||||
|
"QA:Testcase_Anaconda_User_Interface_Graphical",
|
||||||
|
"QA:Testcase_Anaconda_user_creation",
|
||||||
|
"QA:Testcase_install_repository_HTTP/FTP_graphical",
|
||||||
|
],
|
||||||
|
"server_mirrorlist_http_variation":[
|
||||||
|
"QA:Testcase_Boot_default_install Server netinst",
|
||||||
|
"QA:Testcase_install_to_VirtIO",
|
||||||
|
"QA:Testcase_partitioning_guided_empty",
|
||||||
|
"QA:Testcase_Anaconda_User_Interface_Graphical",
|
||||||
|
"QA:Testcase_Anaconda_user_creation",
|
||||||
|
"QA:Testcase_install_repository_HTTP/FTP_variation",
|
||||||
|
],
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user