From a39c9ede172142b51c4b5f796793de81e3f69295 Mon Sep 17 00:00:00 2001 From: Garret Raziel Date: Thu, 5 Mar 2015 11:48:31 +0100 Subject: [PATCH] add new test to configuration --- openqa_trigger/conf_test_suites.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/openqa_trigger/conf_test_suites.py b/openqa_trigger/conf_test_suites.py index 91706bd..4a7d06f 100644 --- a/openqa_trigger/conf_test_suites.py +++ b/openqa_trigger/conf_test_suites.py @@ -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", + ], }