From 662c182abc529b18e6dd934baa8cb1b3ba6675ef Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 11 2020 22:45:26 +0000 Subject: Update wiki reporting config for 'no swap' -> 'with swap' In Fedora 33 anaconda no longer creates a disk swap partition by default, so we flipped the 'no swap' tests (in the wiki and in os-autoinst-distri-fedora) to 'with swap' tests. This updates the wiki reporting config for the change. Signed-off-by: Adam Williamson --- diff --git a/src/fedora_openqa/conf_test_suites.py b/src/fedora_openqa/conf_test_suites.py index 912fef1..38c60c7 100644 --- a/src/fedora_openqa/conf_test_suites.py +++ b/src/fedora_openqa/conf_test_suites.py @@ -226,7 +226,7 @@ TESTCASES = { "env": "$BOOTMETHOD$", "type": "Installation", }, - "QA:Testcase_partitioning_custom_no_swap": { + "QA:Testcase_partitioning_custom_with_swap": { "section": "Custom storage configuration", "env": "$BOOTMETHOD$", "type": "Installation", @@ -256,7 +256,7 @@ TESTCASES = { "env": "$BOOTMETHOD$", "type": "Installation", }, - "QA:Testcase_partitioning_blivet_no_swap": { + "QA:Testcase_partitioning_blivet_with_swap": { "section": "Advanced custom storage configuration", "env": "$BOOTMETHOD$", "type": "Installation", @@ -951,9 +951,9 @@ TESTSUITES = { "QA:Testcase_Anaconda_user_creation", "QA:Testcase_Package_Sets_Minimal_Package_Install", ], - "install_no_swap": [ + "install_with_swap": [ "QA:Testcase_install_to_VirtIO", - "QA:Testcase_partitioning_custom_no_swap", + "QA:Testcase_partitioning_custom_with_swap", "QA:Testcase_Anaconda_User_Interface_Graphical", "QA:Testcase_Anaconda_user_creation", "QA:Testcase_Package_Sets_Minimal_Package_Install", @@ -979,9 +979,9 @@ TESTSUITES = { "QA:Testcase_Anaconda_user_creation", "QA:Testcase_Package_Sets_Minimal_Package_Install", ], - "install_blivet_no_swap": [ + "install_blivet_with_swap": [ "QA:Testcase_install_to_VirtIO", - "QA:Testcase_partitioning_blivet_no_swap", + "QA:Testcase_partitioning_blivet_with_swap", "QA:Testcase_Anaconda_User_Interface_Graphical", "QA:Testcase_Anaconda_user_creation", "QA:Testcase_Package_Sets_Minimal_Package_Install",