[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 7/8] tests/avocado: use http for mipsdistros.mips.com
|
From: |
Alex Bennée |
|
Subject: |
[PULL 7/8] tests/avocado: use http for mipsdistros.mips.com |
|
Date: |
Wed, 10 May 2023 16:06:57 +0100 |
As the cached assets have fallen out of our cache new attempts to
fetch these binaries fail hard due to certificate expiry. It's hard
to find a contact email for the domain as the root page of mipsdistros
throws up some random XML. I suspect Amazon are merely the hosts.
The checksums should protect us from any man-in-the-middle type
attacks.
Message-Id: <20230503091244.1450613-22-alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
diff --git a/tests/avocado/replay_kernel.py b/tests/avocado/replay_kernel.py
index f13456e1ec..fe1e901f4b 100644
--- a/tests/avocado/replay_kernel.py
+++ b/tests/avocado/replay_kernel.py
@@ -493,7 +493,7 @@ def test_mips_malta32el_nanomips_4k(self):
:avocado: tags=endian:little
:avocado: tags=cpu:I7200
"""
- kernel_url = ('https://mipsdistros.mips.com/LinuxDistro/nanomips/'
+ kernel_url = ('http://mipsdistros.mips.com/LinuxDistro/nanomips/'
'kernels/v4.15.18-432-gb2eb9a8b07a1-20180627102142/'
'generic_nano32r6el_page4k.xz')
kernel_hash = '477456aafd2a0f1ddc9482727f20fe9575565dd6'
@@ -507,7 +507,7 @@ def test_mips_malta32el_nanomips_16k_up(self):
:avocado: tags=endian:little
:avocado: tags=cpu:I7200
"""
- kernel_url = ('https://mipsdistros.mips.com/LinuxDistro/nanomips/'
+ kernel_url = ('http://mipsdistros.mips.com/LinuxDistro/nanomips/'
'kernels/v4.15.18-432-gb2eb9a8b07a1-20180627102142/'
'generic_nano32r6el_page16k_up.xz')
kernel_hash = 'e882868f944c71c816e832e2303b7874d044a7bc'
@@ -521,7 +521,7 @@ def test_mips_malta32el_nanomips_64k_dbg(self):
:avocado: tags=endian:little
:avocado: tags=cpu:I7200
"""
- kernel_url = ('https://mipsdistros.mips.com/LinuxDistro/nanomips/'
+ kernel_url = ('http://mipsdistros.mips.com/LinuxDistro/nanomips/'
'kernels/v4.15.18-432-gb2eb9a8b07a1-20180627102142/'
'generic_nano32r6el_page64k_dbg.xz')
kernel_hash = '18d1c68f2e23429e266ca39ba5349ccd0aeb7180'
--
2.39.2
- [PULL 0/8] testing and misc (docker, docs, ci scripts, gitlab, avocado, Kconfig), Alex Bennée, 2023/05/10
- [PULL 1/8] tests/docker: bump the xtensa base to debian:11-slim, Alex Bennée, 2023/05/10
- [PULL 2/8] docs: document breakpoint and watchpoint support, Alex Bennée, 2023/05/10
- [PULL 4/8] scripts/ci: clean-up the 20.04/22.04 confusion in ansible, Alex Bennée, 2023/05/10
- [PULL 6/8] gitlab: enable minimal device profile for aarch64 --disable-tcg, Alex Bennée, 2023/05/10
- [PULL 7/8] tests/avocado: use http for mipsdistros.mips.com,
Alex Bennée <=
- [PULL 3/8] scripts/ci: add gitlab-runner to kvm group, Alex Bennée, 2023/05/10
- [PULL 8/8] hw/arm: Select XLNX_USB_SUBSYS for xlnx-zcu102 machine, Alex Bennée, 2023/05/10
- [PULL 5/8] gitlab: add ubuntu-22.04-aarch64-without-defaults, Alex Bennée, 2023/05/10
- Re: [PULL 0/8] testing and misc (docker, docs, ci scripts, gitlab, avocado, Kconfig), Richard Henderson, 2023/05/10