mirror of
https://github.com/rocky-linux/createhdds.git
synced 2025-01-02 22:50:55 +00:00
add new test to configuration
This commit is contained in:
parent
0a47a8b9e7
commit
a39c9ede17
1 changed files with 13 additions and 0 deletions
|
@ -99,6 +99,11 @@ TESTCASES = {
|
|||
"env": "x86 BIOS",
|
||||
"type": "Installation",
|
||||
},
|
||||
"QA:Testcase_partitioning_guided_free_space": {
|
||||
"section": "Guided storage configuration",
|
||||
"env": "x86 BIOS",
|
||||
"type": "Installation",
|
||||
},
|
||||
# "": {
|
||||
# "section": "",
|
||||
# "env": "x86",
|
||||
|
@ -200,5 +205,13 @@ TESTSUITES = {
|
|||
"QA:Testcase_Anaconda_user_creation",
|
||||
"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",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue