1
0
mirror of https://pagure.io/fedora-qa/createhdds.git synced 2024-11-06 00:14:21 +00:00

add software raid test

This commit is contained in:
Garret Raziel 2015-03-06 10:35:59 +01:00
parent bbdcd592aa
commit cb0451f7b3

View File

@ -109,6 +109,11 @@ TESTCASES = {
"env": "x86 BIOS", "env": "x86 BIOS",
"type": "Installation", "type": "Installation",
}, },
"QA:Testcase_Partitioning_On_Software_RAID": {
"section": "Custom storage configuration ",
"env": "x86 BIOS",
"type": "Installation",
},
# "": { # "": {
# "section": "", # "section": "",
# "env": "x86", # "env": "x86",
@ -226,5 +231,13 @@ TESTSUITES = {
"QA:Testcase_Anaconda_user_creation", "QA:Testcase_Anaconda_user_creation",
"QA:Testcase_Package_Sets_Minimal_Package_Install", "QA:Testcase_Package_Sets_Minimal_Package_Install",
], ],
"server_software_raid": [
"Server netinst",
"QA:Testcase_install_to_VirtIO",
"QA:Testcase_Partitioning_On_Software_RAID",
"QA:Testcase_Anaconda_User_Interface_Graphical",
"QA:Testcase_Anaconda_user_creation",
"QA:Testcase_Package_Sets_Minimal_Package_Install",
],
} }