From 5b82ed259868c0a40733858606a2b6dd793b8504 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 19 Jan 2022 16:10:34 +0000 Subject: [PATCH] tests: Drop some obsolete Fedora versions, start testing F35 For very old Fedora versions, it's no longer possible to download the packages (required by virt-builder --update). We get this error: Error: Cannot retrieve metalink for repository: fedora/20/x86_64. Please verify its path and try again I also dropped Fedora 23 and 29. Although those can be updated, it's not really worth testing long-obsolete versions of Fedora. More useful is testing the long-term stable equivalents (ie. CentOS and RHEL). I did however add the current version of Fedora (35) because it's worth testing that current Fedora conversions work. Reviewed-by: Laszlo Ersek --- tests/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 222b5872..b4d3a5b5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -142,9 +142,7 @@ real_guests_scripts = \ test-v2v-conversion-of-debian-7.sh \ test-v2v-conversion-of-debian-8.sh \ test-v2v-conversion-of-debian-9.sh \ - test-v2v-conversion-of-fedora-20.sh \ - test-v2v-conversion-of-fedora-23.sh \ - test-v2v-conversion-of-fedora-29.sh \ + test-v2v-conversion-of-fedora-35.sh \ test-v2v-conversion-of-opensuse-13.1.sh \ test-v2v-conversion-of-opensuse-13.2.sh \ test-v2v-conversion-of-opensuse-42.1.sh \ -- 2.31.1