add new test to configuration

This commit is contained in:
Garret Raziel 2015-03-05 11:48:31 +01:00
parent 0a47a8b9e7
commit a39c9ede17

View File

@ -99,6 +99,11 @@ TESTCASES = {
"env": "x86 BIOS", "env": "x86 BIOS",
"type": "Installation", "type": "Installation",
}, },
"QA:Testcase_partitioning_guided_free_space": {
"section": "Guided storage configuration",
"env": "x86 BIOS",
"type": "Installation",
},
# "": { # "": {
# "section": "", # "section": "",
# "env": "x86", # "env": "x86",
@ -200,5 +205,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_simple_free_space": [
"Server netinst",
"QA:Testcase_install_to_VirtIO",
"QA:Testcase_partitioning_guided_free_space",
"QA:Testcase_Anaconda_User_Interface_Graphical",
"QA:Testcase_Anaconda_user_creation",
"QA:Testcase_Package_Sets_Minimal_Package_Install",
],
} }