38 lines
1.3 KiB
Diff
38 lines
1.3 KiB
Diff
|
From ea6a9a814ec737d543cca3920402a9fb69ba932d Mon Sep 17 00:00:00 2001
|
||
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
||
|
Date: Wed, 19 Jan 2022 17:07:25 +0000
|
||
|
Subject: [PATCH] tests: Drop test of centos-6
|
||
|
|
||
|
The image cannot be updated, see error below. In any case we are
|
||
|
testing a RHEL 6 image so it is not really necessary to continue to
|
||
|
test CentOS 6.
|
||
|
|
||
|
Loaded plugins: fastestmirror, security
|
||
|
Setting up Update Process
|
||
|
Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again
|
||
|
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
|
||
|
Eg. Invalid release/repo/arch combination/
|
||
|
removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt
|
||
|
virt-builder: error: yum -y update: command exited with an error
|
||
|
|
||
|
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
|
||
|
---
|
||
|
tests/Makefile.am | 1 -
|
||
|
1 file changed, 1 deletion(-)
|
||
|
|
||
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
||
|
index b4d3a5b5..11c29676 100644
|
||
|
--- a/tests/Makefile.am
|
||
|
+++ b/tests/Makefile.am
|
||
|
@@ -136,7 +136,6 @@ check-root:
|
||
|
# try to convert. This is only used by 'make check-slow'.
|
||
|
|
||
|
real_guests_scripts = \
|
||
|
- test-v2v-conversion-of-centos-6.sh \
|
||
|
test-v2v-conversion-of-centos-7.0.sh \
|
||
|
test-v2v-conversion-of-debian-6.sh \
|
||
|
test-v2v-conversion-of-debian-7.sh \
|
||
|
--
|
||
|
2.31.1
|
||
|
|