From 4e29fd9d559292c31fa385e8f47709c73ddbf483 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Feb 01 2018 15:56:12 +0000 Subject: Report server_filesystem_default results to the wiki Since I added a release criterion and test case for this, we can report it there now! Signed-off-by: Adam Williamson --- diff --git a/fedora_openqa/conf_test_suites.py b/fedora_openqa/conf_test_suites.py index 534ad6e..ebcbf51 100644 --- a/fedora_openqa/conf_test_suites.py +++ b/fedora_openqa/conf_test_suites.py @@ -427,6 +427,10 @@ TESTCASES = { "env": "x86", "type": "Server", }, + "QA:Testcase_Server_filesystem_default": { + "env": "x86", + "type": "Server", + }, "QA:Testcase_FreeIPA_web_ui": { "env": "Result", "type": "Server", @@ -876,6 +880,9 @@ TESTSUITES = { "server_cockpit_basic": [ "QA:Testcase_Server_cockpit_basic", ], + "server_filesystem_default": [ + "QA:Testcase_Server_filesystem_default", + ], "server_role_deploy_database_server": [ "QA:Testcase_Server_role_deploy", ],