add another test

This commit is contained in:
Garret Raziel 2015-03-05 13:57:11 +01:00
parent a39c9ede17
commit bbdcd592aa
1 changed files with 13 additions and 0 deletions

View File

@ -104,6 +104,11 @@ TESTCASES = {
"env": "x86 BIOS",
"type": "Installation",
},
"QA:Testcase_partitioning_guided_multi_empty_all": {
"section": "Guided storage configuration",
"env": "x86 BIOS",
"type": "Installation",
},
# "": {
# "section": "",
# "env": "x86",
@ -213,5 +218,13 @@ TESTSUITES = {
"QA:Testcase_Anaconda_user_creation",
"QA:Testcase_Package_Sets_Minimal_Package_Install",
],
"server_multi_empty": [
"Server netinst",
"QA:Testcase_install_to_VirtIO",
"QA:Testcase_partitioning_guided_multi_empty_all",
"QA:Testcase_Anaconda_User_Interface_Graphical",
"QA:Testcase_Anaconda_user_creation",
"QA:Testcase_Package_Sets_Minimal_Package_Install",
],
}