[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 148/150] acceptance: use stable URLs for the Debian and Ubuntu in
From: |
Paolo Bonzini |
Subject: |
[PATCH 148/150] acceptance: use stable URLs for the Debian and Ubuntu installer |
Date: |
Mon, 17 Aug 2020 16:40:51 +0200 |
The kernel and initrd hashes seem to have changed for the Bionic
aarch64 installer, causing BootLinuxConsole.test_aarch64_xlnx_versal_virt
to fail. Correct the paths to use the previous binaries instead of
the latest. Do the same for the Lenny alpha installer for
consistency, even though those are unlikely to change.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
tests/acceptance/boot_linux_console.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/acceptance/boot_linux_console.py
b/tests/acceptance/boot_linux_console.py
index 73cc69c499..57ba6328de 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -336,13 +336,13 @@ class BootLinuxConsole(LinuxKernelTest):
:avocado: tags=device:arm_gicv3
"""
kernel_url = ('http://ports.ubuntu.com/ubuntu-ports/dists/'
- 'bionic-updates/main/installer-arm64/current/images/'
+
'bionic-updates/main/installer-arm64/20101020ubuntu543.15/images/'
'netboot/ubuntu-installer/arm64/linux')
kernel_hash = '5bfc54cf7ed8157d93f6e5b0241e727b6dc22c50'
kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
initrd_url = ('http://ports.ubuntu.com/ubuntu-ports/dists/'
- 'bionic-updates/main/installer-arm64/current/images/'
+
'bionic-updates/main/installer-arm64/20101020ubuntu543.15/images/'
'netboot/ubuntu-installer/arm64/initrd.gz')
initrd_hash = 'd385d3e88d53e2004c5d43cbe668b458a094f772'
initrd_path = self.fetch_asset(initrd_url, asset_hash=initrd_hash)
@@ -822,7 +822,7 @@ class BootLinuxConsole(LinuxKernelTest):
:avocado: tags=machine:clipper
"""
kernel_url = ('http://archive.debian.org/debian/dists/lenny/main/'
- 'installer-alpha/current/images/cdrom/vmlinuz')
+ 'installer-alpha/20090123lenny10/images/cdrom/vmlinuz')
kernel_hash = '3a943149335529e2ed3e74d0d787b85fb5671ba3'
kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
--
2.26.2
- [PATCH 137/150] meson: sphinx-build, (continued)
- [PATCH 137/150] meson: sphinx-build, Paolo Bonzini, 2020/08/17
- [PATCH 139/150] meson: build texi doc, Paolo Bonzini, 2020/08/17
- [PATCH 140/150] meson: convert check-block, Paolo Bonzini, 2020/08/17
- [PATCH 142/150] meson: replace create-config with meson configure_file, Paolo Bonzini, 2020/08/17
- [PATCH 143/150] meson: convert sample plugins, Paolo Bonzini, 2020/08/17
- [PATCH 144/150] meson: move SDL and SDL-image detection to meson, Paolo Bonzini, 2020/08/17
- [PATCH 145/150] meson: convert VNC and dependent libraries to meson, Paolo Bonzini, 2020/08/17
- [PATCH 147/150] meson: avoid unstable module warning with Meson 0.56.0 or newer, Paolo Bonzini, 2020/08/17
- [PATCH 146/150] meson: convert po/, Paolo Bonzini, 2020/08/17
- [PATCH 141/150] rules.mak: drop unneeded macros, Paolo Bonzini, 2020/08/17
- [PATCH 148/150] acceptance: use stable URLs for the Debian and Ubuntu installer,
Paolo Bonzini <=
- [PATCH 150/150] docs: convert build system documentation to rST, Paolo Bonzini, 2020/08/17
- [PATCH 149/150] meson: update build-system documentation, Paolo Bonzini, 2020/08/17
- Re: [PATCH v3 000/150] Meson integration for 5.2, no-reply, 2020/08/17
- Re: [PATCH v3 000/150] Meson integration for 5.2, no-reply, 2020/08/17
- Re: [PATCH v3 000/150] Meson integration for 5.2, no-reply, 2020/08/17
- Re: [PATCH v3 000/150] Meson integration for 5.2, Cornelia Huck, 2020/08/18
- Re: [PATCH v3 000/150] Meson integration for 5.2, Philippe Mathieu-Daudé, 2020/08/18
- Re: [PATCH v3 000/150] Meson integration for 5.2, Philippe Mathieu-Daudé, 2020/08/18