Richard W.M. Jones
2022-Jan-19 18:03 UTC
[Libguestfs] [PATCH v2v 6/7] tests: Add newer RHEL versions to the tests
--- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 3e828558d4..da57e786e9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -149,6 +149,9 @@ real_guests_scripts = \ 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-7.9.sh \ + test-v2v-conversion-of-rhel-8.0.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.32.0
Laszlo Ersek
2022-Jan-20 12:28 UTC
[Libguestfs] [PATCH v2v 6/7] tests: Add newer RHEL versions to the tests
On 01/19/22 19:03, Richard W.M. Jones wrote:> --- > tests/Makefile.am | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/Makefile.am b/tests/Makefile.am > index 3e828558d4..da57e786e9 100644 > --- a/tests/Makefile.am > +++ b/tests/Makefile.am > @@ -149,6 +149,9 @@ real_guests_scripts = \ > 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-7.9.sh \ > + test-v2v-conversion-of-rhel-8.0.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 \ >(I assume these are the minor releases that get some kind of long term support.) Reviewed-by: Laszlo Ersek <lersek at redhat.com>