mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-05 16:04:21 +00:00
Updated conf_test_suites
This commit is contained in:
parent
471e13791e
commit
e76eaaf246
@ -69,6 +69,21 @@ TESTCASES = {
|
||||
"env": "Result",
|
||||
"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": "",
|
||||
# "env": "x86",
|
||||
@ -81,6 +96,7 @@ TESTSUITES = {
|
||||
"server_simple":[
|
||||
"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",
|
||||
],
|
||||
@ -112,5 +128,30 @@ TESTSUITES = {
|
||||
"QA:Testcase_kickstart_user_creation",
|
||||
"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