updated Phase Separation and testsuites

This commit is contained in:
Josef Skladanka 2015-02-13 09:48:54 +01:00
parent dcd164e74e
commit 96f3256a51
1 changed files with 13 additions and 2 deletions

View File

@ -94,7 +94,11 @@ TESTCASES = {
"env": "x86", # Probably a bug in relval - column name is "x86 BIOS", but there is a comment there just behind 'x86' which probably makes it strip the rest
"type": "Installation",
},
"QA:Testcase_partitioning_guided_delete_partial": {
"section": "Guided storage configuration",
"env": "x86",
"type": "Installation",
},
# "": {
# "section": "",
# "env": "x86",
@ -188,6 +192,13 @@ TESTSUITES = {
"QA:Testcase_Package_Sets_Minimal_Package_Install",
"QA:Testcase_partitioning_guided_encrypted",
],
"server_delete_partial": [
"QA:Testcase_Boot_default_install Server netinst",
"QA:Testcase_install_to_VirtIO",
"QA:Testcase_partitioning_guided_delete_partial"
"QA:Testcase_Anaconda_User_Interface_Graphical",
"QA:Testcase_Anaconda_user_creation",
"QA:Testcase_Package_Sets_Minimal_Package_Install",
],
}