From 96f3256a512f595282187d6f5804c7b9955dc556 Mon Sep 17 00:00:00 2001 From: Josef Skladanka Date: Fri, 13 Feb 2015 09:48:54 +0100 Subject: [PATCH] updated Phase Separation and testsuites --- openqa_trigger/conf_test_suites.py | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/openqa_trigger/conf_test_suites.py b/openqa_trigger/conf_test_suites.py index 6a1ed1f..c136410 100644 --- a/openqa_trigger/conf_test_suites.py +++ b/openqa_trigger/conf_test_suites.py @@ -94,7 +94,11 @@ TESTCASES = { "env": "x86", # Probably a bug in relval - column name is "x86 BIOS", but there is a comment there just behind 'x86' which probably makes it strip the rest "type": "Installation", }, - + "QA:Testcase_partitioning_guided_delete_partial": { + "section": "Guided storage configuration", + "env": "x86", + "type": "Installation", + }, # "": { # "section": "", # "env": "x86", @@ -188,6 +192,13 @@ TESTSUITES = { "QA:Testcase_Package_Sets_Minimal_Package_Install", "QA:Testcase_partitioning_guided_encrypted", ], - + "server_delete_partial": [ + "QA:Testcase_Boot_default_install Server netinst", + "QA:Testcase_install_to_VirtIO", + "QA:Testcase_partitioning_guided_delete_partial" + "QA:Testcase_Anaconda_User_Interface_Graphical", + "QA:Testcase_Anaconda_user_creation", + "QA:Testcase_Package_Sets_Minimal_Package_Install", + ], }