add kickstart hdd test suite

This commit is contained in:
Garret Raziel 2015-03-12 11:09:34 +01:00
parent 95aa680064
commit 6a47d2f426

View File

@ -110,10 +110,15 @@ TESTCASES = {
"type": "Installation", "type": "Installation",
}, },
"QA:Testcase_Partitioning_On_Software_RAID": { "QA:Testcase_Partitioning_On_Software_RAID": {
"section": "Custom storage configuration ", "section": "Custom storage configuration",
"env": "x86 BIOS", "env": "x86 BIOS",
"type": "Installation", "type": "Installation",
}, },
"QA:Testcase_Kickstart_Hd_Device_Path_Ks_Cfg": {
"section": "Kickstart",
"env": "Result",
"type": "Installation",
},
# "": { # "": {
# "section": "", # "section": "",
# "env": "x86", # "env": "x86",
@ -239,5 +244,11 @@ 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_kickstart_hdd":[
"QA:Testcase_install_to_VirtIO",
"QA:Testcase_Anaconda_user_creation",
"QA:Testcase_kickstart_user_creation",
"QA:Testcase_Kickstart_Hd_Device_Path_Ks_Cfg",
],
} }