mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-03 01:18:00 +03:00
tests: urls: update old and obsolete OS versions
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
06265f8013
commit
cb2e5aa782
@ -19,13 +19,13 @@ distro = fedora14
|
||||
|
||||
# Another FTP test
|
||||
[fedora-ftp]
|
||||
url = ftp://ftp.tu-chemnitz.de/pub/linux/fedora/linux/releases/36/Server/x86_64/os/
|
||||
distro = fedora36
|
||||
url = ftp://ftp.tu-chemnitz.de/pub/linux/fedora/linux/releases/40/Server/x86_64/os/
|
||||
distro = fedora40
|
||||
|
||||
# Latest GA release
|
||||
[fedora36]
|
||||
url = http://dl.fedoraproject.org/pub/fedora/linux/releases/36/Server/x86_64/os/
|
||||
distro = fedora36
|
||||
[fedora40]
|
||||
url = http://dl.fedoraproject.org/pub/fedora/linux/releases/40/Server/x86_64/os/
|
||||
distro = fedora40
|
||||
|
||||
# Fedora dev release can be enabled during alpha/beta cycle
|
||||
# [fedora-dev]
|
||||
@ -61,24 +61,24 @@ distro = centos6.10
|
||||
|
||||
# centos7 with exotic archs (i686 is dead)
|
||||
[centos-7-latest]
|
||||
url = http://mirrors.mit.edu/centos/7/os/x86_64/
|
||||
url = http://vault.centos.org/centos/7/os/x86_64/
|
||||
distro = centos7.0
|
||||
testxen = 1
|
||||
[centos-7-latest-ppc64le]
|
||||
url = http://mirror.centos.org/altarch/7/os/ppc64le/
|
||||
distro = centos7.0
|
||||
[centos-7-latest-aarch64]
|
||||
url = http://mirror.centos.org/altarch/7/os/aarch64/
|
||||
distro = centos7.0
|
||||
|
||||
# centos8
|
||||
# centos8 with exotic archs
|
||||
[centos8-stream]
|
||||
url = http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/
|
||||
url = http://vault.centos.org/8-stream/BaseOS/x86_64/os/
|
||||
distro = centos-stream8
|
||||
[centos8-stream-ppc64le]
|
||||
url = http://vault.centos.org/8-stream/BaseOS/ppc64le/os/
|
||||
distro = centos-stream8
|
||||
[centos8-stream-aarch64]
|
||||
url = http://vault.centos.org/8-stream/BaseOS/aarch64/os/
|
||||
distro = centos-stream8
|
||||
|
||||
# centos9
|
||||
[centos9-stream]
|
||||
url = http://ftp-chi.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/
|
||||
url = http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/
|
||||
distro = centos-stream9
|
||||
|
||||
# AlmaLinux 9
|
||||
@ -134,24 +134,24 @@ kernelarg = install
|
||||
|
||||
# Debian FTP test case, for ftp:// testing. No particular reason it's
|
||||
# debian. There should only be one ftp case since it's slooowwww
|
||||
[debian9-ftp]
|
||||
url = ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/dists/stretch/main/installer-amd64/
|
||||
distro = debian9
|
||||
[debian11-ftp]
|
||||
url = ftp://ftp.nluug.nl/pub/os/Linux/distr/debian/dists/bullseye/main/installer-amd64/
|
||||
distro = debian11
|
||||
|
||||
# Debian9
|
||||
[debian9]
|
||||
url = http://ftp.us.debian.org/debian/dists/stretch/main/installer-amd64/
|
||||
distro = debian9
|
||||
# Debian10 latest, plus some exotic arch coverage
|
||||
[debian10]
|
||||
url = http://ftp.us.debian.org/debian/dists/buster/main/installer-amd64/
|
||||
distro = debian10
|
||||
[debian10-s390x]
|
||||
url = http://ftp.us.debian.org/debian/dists/buster/main/installer-s390x/
|
||||
distro = debian10
|
||||
[debian10-arm64]
|
||||
url = http://ftp.us.debian.org/debian/dists/buster/main/installer-arm64/
|
||||
distro = debian10
|
||||
# Debian11
|
||||
[debian11]
|
||||
url = http://deb.debian.org/debian/dists/bullseye/main/installer-amd64/
|
||||
distro = debian11
|
||||
# Debian12 latest, plus some exotic arch coverage
|
||||
[debian12]
|
||||
url = http://deb.debian.org/debian/dists/bookworm/main/installer-amd64/
|
||||
distro = debian12
|
||||
[debian12-s390x]
|
||||
url = http://deb.debian.org/debian/dists/bookworm/main/installer-s390x/
|
||||
distro = debian12
|
||||
[debian12-arm64]
|
||||
url = http://deb.debian.org/debian/dists/bookworm/main/installer-arm64/
|
||||
distro = debian12
|
||||
# Daily tree, but also check for xen for full coverage
|
||||
[debiandaily]
|
||||
url = https://d-i.debian.org/daily-images/amd64/
|
||||
|
Loading…
Reference in New Issue
Block a user