* [PATCH for-7.2] tests/avocado/boot_linux_console: Fix the test_aarch64_xlnx_versal_virt test
@ 2022-08-29 8:09 Thomas Huth
2022-08-29 9:13 ` Alistair Francis
2022-08-29 9:32 ` Alex Bennée
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2022-08-29 8:09 UTC (permalink / raw)
To: qemu-devel, Cleber Rosa, Philippe Mathieu-Daudé,
Wainer dos Santos Moschetta, Beraldo Leal
Cc: qemu-arm, Alistair Francis, Edgar E . Iglesias, Peter Maydell
The assets that this test tries to download have been removed from the
server. Update to a newer version to get it working again.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/avocado/boot_linux_console.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/avocado/boot_linux_console.py b/tests/avocado/boot_linux_console.py
index 6b1533c17c..f26e036ab5 100644
--- a/tests/avocado/boot_linux_console.py
+++ b/tests/avocado/boot_linux_console.py
@@ -335,13 +335,13 @@ def test_aarch64_xlnx_versal_virt(self):
"""
images_url = ('http://ports.ubuntu.com/ubuntu-ports/dists/'
'bionic-updates/main/installer-arm64/'
- '20101020ubuntu543.15/images/')
+ '20101020ubuntu543.19/images/')
kernel_url = images_url + 'netboot/ubuntu-installer/arm64/linux'
- kernel_hash = '5bfc54cf7ed8157d93f6e5b0241e727b6dc22c50'
+ kernel_hash = 'e167757620640eb26de0972f578741924abb3a82'
kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
initrd_url = images_url + 'netboot/ubuntu-installer/arm64/initrd.gz'
- initrd_hash = 'd385d3e88d53e2004c5d43cbe668b458a094f772'
+ initrd_hash = 'cab5cb3fcefca8408aa5aae57f24574bfce8bdb9'
initrd_path = self.fetch_asset(initrd_url, asset_hash=initrd_hash)
self.vm.set_console()
--
2.31.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH for-7.2] tests/avocado/boot_linux_console: Fix the test_aarch64_xlnx_versal_virt test
2022-08-29 8:09 [PATCH for-7.2] tests/avocado/boot_linux_console: Fix the test_aarch64_xlnx_versal_virt test Thomas Huth
@ 2022-08-29 9:13 ` Alistair Francis
2022-08-29 9:32 ` Alex Bennée
1 sibling, 0 replies; 3+ messages in thread
From: Alistair Francis @ 2022-08-29 9:13 UTC (permalink / raw)
To: Thomas Huth
Cc: qemu-devel@nongnu.org Developers, Cleber Rosa,
Philippe Mathieu-Daudé, Wainer dos Santos Moschetta,
Beraldo Leal, qemu-arm, Alistair Francis, Edgar E . Iglesias,
Peter Maydell
On Mon, Aug 29, 2022 at 10:10 AM Thomas Huth <thuth@redhat.com> wrote:
>
> The assets that this test tries to download have been removed from the
> server. Update to a newer version to get it working again.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Alistair
> ---
> tests/avocado/boot_linux_console.py | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/avocado/boot_linux_console.py b/tests/avocado/boot_linux_console.py
> index 6b1533c17c..f26e036ab5 100644
> --- a/tests/avocado/boot_linux_console.py
> +++ b/tests/avocado/boot_linux_console.py
> @@ -335,13 +335,13 @@ def test_aarch64_xlnx_versal_virt(self):
> """
> images_url = ('http://ports.ubuntu.com/ubuntu-ports/dists/'
> 'bionic-updates/main/installer-arm64/'
> - '20101020ubuntu543.15/images/')
> + '20101020ubuntu543.19/images/')
> kernel_url = images_url + 'netboot/ubuntu-installer/arm64/linux'
> - kernel_hash = '5bfc54cf7ed8157d93f6e5b0241e727b6dc22c50'
> + kernel_hash = 'e167757620640eb26de0972f578741924abb3a82'
> kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
>
> initrd_url = images_url + 'netboot/ubuntu-installer/arm64/initrd.gz'
> - initrd_hash = 'd385d3e88d53e2004c5d43cbe668b458a094f772'
> + initrd_hash = 'cab5cb3fcefca8408aa5aae57f24574bfce8bdb9'
> initrd_path = self.fetch_asset(initrd_url, asset_hash=initrd_hash)
>
> self.vm.set_console()
> --
> 2.31.1
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH for-7.2] tests/avocado/boot_linux_console: Fix the test_aarch64_xlnx_versal_virt test
2022-08-29 8:09 [PATCH for-7.2] tests/avocado/boot_linux_console: Fix the test_aarch64_xlnx_versal_virt test Thomas Huth
2022-08-29 9:13 ` Alistair Francis
@ 2022-08-29 9:32 ` Alex Bennée
1 sibling, 0 replies; 3+ messages in thread
From: Alex Bennée @ 2022-08-29 9:32 UTC (permalink / raw)
To: Thomas Huth
Cc: qemu-devel, Cleber Rosa, Philippe Mathieu-Daudé,
Wainer dos Santos Moschetta, Beraldo Leal, Alistair Francis,
Edgar E . Iglesias, Peter Maydell, qemu-arm
Thomas Huth <thuth@redhat.com> writes:
> The assets that this test tries to download have been removed from the
> server. Update to a newer version to get it working again.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> tests/avocado/boot_linux_console.py | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/avocado/boot_linux_console.py b/tests/avocado/boot_linux_console.py
> index 6b1533c17c..f26e036ab5 100644
> --- a/tests/avocado/boot_linux_console.py
> +++ b/tests/avocado/boot_linux_console.py
> @@ -335,13 +335,13 @@ def test_aarch64_xlnx_versal_virt(self):
> """
> images_url = ('http://ports.ubuntu.com/ubuntu-ports/dists/'
> 'bionic-updates/main/installer-arm64/'
> - '20101020ubuntu543.15/images/')
> + '20101020ubuntu543.19/images/')
> kernel_url = images_url + 'netboot/ubuntu-installer/arm64/linux'
> - kernel_hash = '5bfc54cf7ed8157d93f6e5b0241e727b6dc22c50'
> + kernel_hash = 'e167757620640eb26de0972f578741924abb3a82'
> kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
>
> initrd_url = images_url + 'netboot/ubuntu-installer/arm64/initrd.gz'
> - initrd_hash = 'd385d3e88d53e2004c5d43cbe668b458a094f772'
> + initrd_hash = 'cab5cb3fcefca8408aa5aae57f24574bfce8bdb9'
> initrd_path = self.fetch_asset(initrd_url, asset_hash=initrd_hash)
>
> self.vm.set_console()
Queued to testing/next, thanks.
--
Alex Bennée
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-29 9:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-29 8:09 [PATCH for-7.2] tests/avocado/boot_linux_console: Fix the test_aarch64_xlnx_versal_virt test Thomas Huth
2022-08-29 9:13 ` Alistair Francis
2022-08-29 9:32 ` Alex Bennée
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).