mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-22 07:13:09 +00:00
add new no_swap test to conf_test_suites
Summary: This goes along with the openqa_fedora diff to add a no_swap test. Test Plan: If the new test runs (see other diff), check its results can be submitted to the wiki correctly. Reviewers: garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D504
This commit is contained in:
parent
d33df701e4
commit
c334c7f4f5
@ -134,6 +134,11 @@ TESTCASES = {
|
|||||||
"env": "x86 BIOS",
|
"env": "x86 BIOS",
|
||||||
"type": "Installation",
|
"type": "Installation",
|
||||||
},
|
},
|
||||||
|
"QA:Testcase_partitioning_custom_no_swap": {
|
||||||
|
"section": "Custom storage configuration",
|
||||||
|
"env": "x86 BIOS",
|
||||||
|
"type": "Installation",
|
||||||
|
},
|
||||||
"QA:Testcase_Kickstart_Hd_Device_Path_Ks_Cfg": {
|
"QA:Testcase_Kickstart_Hd_Device_Path_Ks_Cfg": {
|
||||||
"section": "Kickstart",
|
"section": "Kickstart",
|
||||||
"env": "Result",
|
"env": "Result",
|
||||||
@ -314,4 +319,11 @@ 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_no_swap": [
|
||||||
|
"QA:Testcase_install_to_VirtIO",
|
||||||
|
"QA:Testcase_partitioning_custom_no_swap",
|
||||||
|
"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