From 2cf32a1a32f91a849b8b9de7679f3faa622f5bad Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Apr 12 2019 23:49:25 +0000 Subject: Add wiki reporting for new NFS and HD variation tests Signed-off-by: Adam Williamson --- diff --git a/fedora_openqa/conf_test_suites.py b/fedora_openqa/conf_test_suites.py index ee28a0c..a195fb4 100644 --- a/fedora_openqa/conf_test_suites.py +++ b/fedora_openqa/conf_test_suites.py @@ -141,6 +141,16 @@ TESTCASES = { "env": "Result", "type": "Installation", }, + "QA:Testcase_install_repository_NFSISO_variation": { + "section": "Installation repositories", + "env": "Result", + "type": "Installation", + }, + "QA:Testcase_install_repository_Hard_drive_variation": { + "section": "Installation repositories", + "env": "Result", + "type": "Installation", + }, "QA:Testcase_Package_Sets_Minimal_Package_Install": { "section": "Package sets", "env": "Result", @@ -652,6 +662,22 @@ TESTSUITES = { "QA:Testcase_install_repository_NFS_variation", "QA:Testcase_Package_Sets_Minimal_Package_Install", ], + "install_repository_nfsiso_variation": [ + "QA:Testcase_install_to_VirtIO", + "QA:Testcase_partitioning_guided_empty", + "QA:Testcase_Anaconda_User_Interface_Graphical", + "QA:Testcase_Anaconda_user_creation", + "QA:Testcase_install_repository_NFSISO_variation", + "QA:Testcase_Package_Sets_Minimal_Package_Install", + ], + "install_repository_hd_variation": [ + "QA:Testcase_install_to_VirtIO", + "QA:Testcase_partitioning_guided_empty", + "QA:Testcase_Anaconda_User_Interface_Graphical", + "QA:Testcase_Anaconda_user_creation", + "QA:Testcase_install_repository_Hard_drive_variation", + "QA:Testcase_Package_Sets_Minimal_Package_Install", + ], "install_simple_encrypted": [ "QA:Testcase_install_to_VirtIO", "QA:Testcase_partitioning_guided_empty",