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", + ], }