From 4a8e18bda7d8b4d5e4cddbb0935db8bb9c58fc62 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jul 03 2020 00:12:08 +0000 Subject: Enable wiki reporting for new Clevis test Signed-off-by: Adam Williamson --- diff --git a/src/fedora_openqa/conf_test_suites.py b/src/fedora_openqa/conf_test_suites.py index 1842a15..0cd677f 100644 --- a/src/fedora_openqa/conf_test_suites.py +++ b/src/fedora_openqa/conf_test_suites.py @@ -610,6 +610,10 @@ TESTCASES = { "env": "$RUNARCH$", "type": "General", }, + "QA:Testcase_Clevis": { + "env": "$RUNARCH$", + "type": "General", + }, # "": { # "name": "", # optional, use when same testcase occurs on multiple rows with different link text # "section": "", # optional, some result pages have no sections @@ -1293,6 +1297,9 @@ TESTSUITES = { "iot_rpmostree_overlay": [ "QA:Testcase_RpmOstree_Package_Layering", ], + "iot_clevis": [ + "QA:Testcase_Clevis", + ], # this is a support test for other tests "support_server": [], # this is a data test, does not map to any test case