[Libguestfs] [PATCH v2v 5/7] tests: Drop ancient Ubuntu versions, add Ubuntu 20.04 LTS

Richard W.M. Jones rjones at redhat.com
Wed Jan 19 18:03:10 UTC 2022


Ubuntu 14.04 failed in the --update command.  These versions are out
of standard support (5 years) so drop them from testing.  Add Ubuntu 20.04.
---
 tests/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 11c29676fe..3e828558d4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -149,11 +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-ubuntu-10.04.sh \
-	test-v2v-conversion-of-ubuntu-12.04.sh \
-	test-v2v-conversion-of-ubuntu-14.04.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 \
 	test-v2v-conversion-of-windows-6.2-server.sh \
 	test-v2v-conversion-of-windows-6.3-server.sh \
 	test-v2v-conversion-of-windows-10.0-server.sh
-- 
2.32.0




More information about the Libguestfs mailing list