mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-21 15:03:07 +00:00
add new custom storage cases (and rename software RAID case)
Summary: This adds the three new custom storage tests from D490 to the conf_test_suites table. It also renames the software RAID test, as I changed the test case names upstream (in the wiki) to be more consistent. Test Plan: After running the new tests, try submitting the results to the wiki. It should work correctly. Reviewers: jskladan, garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D491
This commit is contained in:
parent
ba512e93cd
commit
3755fca412
@ -114,7 +114,22 @@ TESTCASES = {
|
||||
"env": "x86 BIOS",
|
||||
"type": "Installation",
|
||||
},
|
||||
"QA:Testcase_Partitioning_On_Software_RAID": {
|
||||
"QA:Testcase_partitioning_custom_software_RAID": {
|
||||
"section": "Custom storage configuration",
|
||||
"env": "x86 BIOS",
|
||||
"type": "Installation",
|
||||
},
|
||||
"QA:Testcase_partitioning_custom_btrfs": {
|
||||
"section": "Custom storage configuration",
|
||||
"env": "x86 BIOS",
|
||||
"type": "Installation",
|
||||
},
|
||||
"QA:Testcase_partitioning_custom_lvmthin": {
|
||||
"section": "Custom storage configuration",
|
||||
"env": "x86 BIOS",
|
||||
"type": "Installation",
|
||||
},
|
||||
"QA:Testcase_partitioning_custom_standard_partition_ext3": {
|
||||
"section": "Custom storage configuration",
|
||||
"env": "x86 BIOS",
|
||||
"type": "Installation",
|
||||
@ -249,7 +264,7 @@ TESTSUITES = {
|
||||
],
|
||||
"server_software_raid": [
|
||||
"QA:Testcase_install_to_VirtIO",
|
||||
"QA:Testcase_Partitioning_On_Software_RAID",
|
||||
"QA:Testcase_partitioning_custom_software_RAID",
|
||||
"QA:Testcase_Anaconda_User_Interface_Graphical",
|
||||
"QA:Testcase_Anaconda_user_creation",
|
||||
"QA:Testcase_Package_Sets_Minimal_Package_Install",
|
||||
@ -266,4 +281,25 @@ TESTSUITES = {
|
||||
"fedup_desktop": [
|
||||
"QA:Testcase_upgrade_fedup_cli_previous_workstation",
|
||||
],
|
||||
"server_btrfs": [
|
||||
"QA:Testcase_install_to_VirtIO",
|
||||
"QA:Testcase_partitioning_custom_btrfs",
|
||||
"QA:Testcase_Anaconda_User_Interface_Graphical",
|
||||
"QA:Testcase_Anaconda_user_creation",
|
||||
"QA:Testcase_Package_Sets_Minimal_Package_Install",
|
||||
],
|
||||
"server_lvmthin": [
|
||||
"QA:Testcase_install_to_VirtIO",
|
||||
"QA:Testcase_partitioning_custom_lvmthin",
|
||||
"QA:Testcase_Anaconda_User_Interface_Graphical",
|
||||
"QA:Testcase_Anaconda_user_creation",
|
||||
"QA:Testcase_Package_Sets_Minimal_Package_Install",
|
||||
],
|
||||
"server_ext3": [
|
||||
"QA:Testcase_install_to_VirtIO",
|
||||
"QA:Testcase_partitioning_custom_standard_partition_ext3",
|
||||
"QA:Testcase_Anaconda_User_Interface_Graphical",
|
||||
"QA:Testcase_Anaconda_user_creation",
|
||||
"QA:Testcase_Package_Sets_Minimal_Package_Install",
|
||||
],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user