From a6d48fb3aaa45282de162a671c1faa32241efc47 Mon Sep 17 00:00:00 2001 From: Garret Raziel Date: Wed, 13 May 2015 13:05:36 +0200 Subject: [PATCH] add fedup_minimal to trigger configuration Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D359 --- openqa_trigger/conf_test_suites.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/openqa_trigger/conf_test_suites.py b/openqa_trigger/conf_test_suites.py index 5ad64c9..a06beeb 100644 --- a/openqa_trigger/conf_test_suites.py +++ b/openqa_trigger/conf_test_suites.py @@ -124,6 +124,11 @@ TESTCASES = { "env": "Result", "type": "Installation", }, + "QA:Testcase_upgrade_fedup_cli_previous_minimal": { + "section": "Upgrade", + "env": "x86 BIOS", + "type": "Installation", + }, # "": { # "name_cb": callbackfunc # optional, called with 'flavor' # "section": "", @@ -250,5 +255,8 @@ TESTSUITES = { "QA:Testcase_kickstart_user_creation", "QA:Testcase_Kickstart_Hd_Device_Path_Ks_Cfg", ], + "fedup_minimal":[ + "QA:Testcase_upgrade_fedup_cli_previous_minimal", + ], }