211690d47b
resolves: rhbz#2041886
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
From 0b76aca004792263f31bcab38e4de19f645d3def Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Wed, 19 Jan 2022 17:12:25 +0000
|
|
Subject: [PATCH] tests: Drop ancient Ubuntu versions, add Ubuntu 20.04 LTS
|
|
|
|
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.
|
|
|
|
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
|
|
---
|
|
tests/Makefile.am | 4 +---
|
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 11c29676..3e828558 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.31.1
|
|
|