From c2702313af33be1c140c31a63213a5deaceccd3f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 19 Jan 2022 18:00:04 +0000 Subject: [PATCH] tests: Drop old and add newer RHEL versions to the tests Let's try to test only the latest versions of RHEL that we have in the internal (to Red Hat) virt-builder repository. Reviewed-by: Laszlo Ersek [Laszlo reviewed an earlier version of this patch. I updated it with a more consistent rationale and list of RHEL versions] --- tests/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 3e828558..4b66cb0d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -145,10 +145,10 @@ real_guests_scripts = \ test-v2v-conversion-of-opensuse-13.1.sh \ test-v2v-conversion-of-opensuse-13.2.sh \ test-v2v-conversion-of-opensuse-42.1.sh \ - test-v2v-conversion-of-rhel-5.10.sh \ - test-v2v-conversion-of-rhel-6.8.sh \ - test-v2v-conversion-of-rhel-7.0.sh \ - test-v2v-conversion-of-rhel-7.2.sh \ + test-v2v-conversion-of-rhel-5.11.sh \ + test-v2v-conversion-of-rhel-6.10.sh \ + test-v2v-conversion-of-rhel-7.9.sh \ + test-v2v-conversion-of-rhel-8.4.sh \ test-v2v-conversion-of-ubuntu-16.04.sh \ test-v2v-conversion-of-ubuntu-18.04.sh \ test-v2v-conversion-of-ubuntu-20.04.sh \ -- 2.19.1.3.g30247aa5d201