qemu-e2k/tests/vm
Cleber Rosa 93bbbdf672 Fedora images: use URLs from stable "archives.fedoraproject.org"
The LinuxInitrd.test_with_2gib_file_should_work_with_linux_v4_16 test,
from tests/acceptance/linux_initrd.py, is currently failing to fetch
the "vmlinuz" file.  The reason for the failure is that the Fedora
project retires older versions from the "dl.fedoraproject.org" URL,
and keeps them in "archives.fedoraproject.org".  As an added note,
that test uses a Fedora 28 image, because of the specific Linux kernel
version requirements of the test.

For the sake of stability, let's use URLs from the archived and
supposedely ever stable URLs.  The good news is that the currently
supported versions are also hosted on the later.  This change limits
itself to change the URLs, while keeping the fetched files the same
(as can be evidenced by the unchanged hashes).

Documentation and the "vm tests" fedora definition were also updated.

Signed-off-by: Cleber Rosa <crosa@redhat.com>
Reviewed-by: Yash Mankad <ymankad@redhat.com>
Message-Id: <20190904005218.12536-1-crosa@redhat.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2019-09-10 14:14:32 +01:00
..
Makefile.include tests/vm: Take the J=x setting into account for the vm-boot-ssh targets, too 2019-09-05 13:18:52 +02:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
basevm.py tests/vm: fedora autoinstall, using serial console 2019-07-04 19:23:07 +01:00
centos tests/vm: avoid image presence check and removal 2019-07-04 19:22:58 +01:00
fedora Fedora images: use URLs from stable "archives.fedoraproject.org" 2019-09-10 14:14:32 +01:00
freebsd tests/vm: freebsd autoinstall, using serial console 2019-07-04 19:22:59 +01:00
netbsd tests/vm: avoid image presence check and removal 2019-07-04 19:22:58 +01:00
openbsd tests/vm: openbsd autoinstall, using serial console 2019-07-04 19:22:58 +01:00
ubuntu.i386 tests/vm: ubuntu.i386: apt proxy setup 2019-07-04 19:23:07 +01:00

README

See docs/devel/testing.rst for help.