From d33df701e4d2dbac76579a7620da047f8dc63417 Mon Sep 17 00:00:00 2001 From: Jan Sedlák Date: Aug 17 2015 15:28:33 +0000 Subject: add updates.img via local media test Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D497 --- diff --git a/openqa_trigger/conf_test_suites.py b/openqa_trigger/conf_test_suites.py index 1e0cf9f..c073725 100644 --- a/openqa_trigger/conf_test_suites.py +++ b/openqa_trigger/conf_test_suites.py @@ -149,6 +149,11 @@ TESTCASES = { "env": "x86 BIOS", "type": "Installation", }, + "QA:Testcase_Anaconda_updates.img_via_local_media": { + "section": "Miscellaneous", + "env": "Result", + "type": "Installation", + }, # "": { # "name_cb": callbackfunc # optional, called with 'flavor' # "section": "", @@ -302,4 +307,11 @@ TESTSUITES = { "QA:Testcase_Anaconda_user_creation", "QA:Testcase_Package_Sets_Minimal_Package_Install", ], + "server_updates_img_local": [ + "QA:Testcase_Anaconda_updates.img_via_local_media", + "QA:Testcase_install_to_VirtIO", + "QA:Testcase_Anaconda_User_Interface_Graphical", + "QA:Testcase_Anaconda_user_creation", + "QA:Testcase_Package_Sets_Minimal_Package_Install", + ], }