diff --git a/openqa_trigger/conf_test_suites.py b/openqa_trigger/conf_test_suites.py index c073725..60a536e 100644 --- a/openqa_trigger/conf_test_suites.py +++ b/openqa_trigger/conf_test_suites.py @@ -134,6 +134,11 @@ TESTCASES = { "env": "x86 BIOS", "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": { "section": "Kickstart", "env": "Result", @@ -314,4 +319,11 @@ TESTSUITES = { "QA:Testcase_Anaconda_user_creation", "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", + ], }