From 72a5ff5ff7f469cabaf4ee9f0382e4498b2bdf20 Mon Sep 17 00:00:00 2001 From: Lukáš Růžička Date: Feb 08 2021 09:23:52 +0000 Subject: Report Install_Btrfs_Preserve_Home tests to matrices. This PR adds the reporting for: * Testcase_partitioning_custom_btrfs_preserve_home * Testcase_partitioning_blivet_btrfs_preserve_home --- diff --git a/src/fedora_openqa/conf_test_suites.py b/src/fedora_openqa/conf_test_suites.py index fe33ec6..2229eae 100644 --- a/src/fedora_openqa/conf_test_suites.py +++ b/src/fedora_openqa/conf_test_suites.py @@ -245,6 +245,16 @@ TESTCASES = { "env": "$BOOTMETHOD$", "type": "Installation", }, + "QA:Testcase_partitioning_blivet_btrfs_preserve_home": { + "section": "Advanced custom storage configuration", + "env": "$BOOTMETHOD$", + "type": "Installation", + }, + "QA:Testcase_partitioning_custom_btrfs_preserve_home": { + "section": "Advanced custom storage configuration", + "env": "$BOOTMETHOD$", + "type": "Installation", + }, "QA:Testcase_partitioning_blivet_lvmthin": { "section": "Advanced custom storage configuration", "env": "$BOOTMETHOD$", @@ -965,6 +975,13 @@ TESTSUITES = { "QA:Testcase_Anaconda_user_creation", "QA:Testcase_Package_Sets_Minimal_Package_Install", ], + "install_btrfs_preserve_home": [ + "QA:Testcase_install_to_VirtIO", + "QA:Testcase_partitioning_custom_btrfs_preserve_home", + "QA:Testcase_Anaconda_User_Interface_Graphical", + "QA:Testcase_Anaconda_user_creation", + "QA:Testcase_Package_Sets_Minimal_Package_Install", + ], "install_blivet_btrfs": [ "QA:Testcase_install_to_VirtIO", "QA:Testcase_partitioning_blivet_btrfs", @@ -972,6 +989,13 @@ TESTSUITES = { "QA:Testcase_Anaconda_user_creation", "QA:Testcase_Package_Sets_Minimal_Package_Install", ], + "install_blivet_btrfs_preserve_home": [ + "QA:Testcase_install_to_VirtIO", + "QA:Testcase_partitioning_blivet_btrfs_preserve_home", + "QA:Testcase_Anaconda_User_Interface_Graphical", + "QA:Testcase_Anaconda_user_creation", + "QA:Testcase_Package_Sets_Minimal_Package_Install", + ], "install_blivet_lvmthin": [ "QA:Testcase_install_to_VirtIO", "QA:Testcase_partitioning_blivet_lvmthin",