[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 06/32] tests/functional: update the mips64 tuxrun tests
From: |
Alex Bennée |
Subject: |
[PATCH v4 06/32] tests/functional: update the mips64 tuxrun tests |
Date: |
Wed, 8 Jan 2025 12:10:28 +0000 |
Now there are new up to date images available we should update to them.
Cc: Anders Roxell <anders.roxell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241121165806.476008-27-alex.bennee@linaro.org>
---
tests/functional/test_mips64_tuxrun.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/functional/test_mips64_tuxrun.py
b/tests/functional/test_mips64_tuxrun.py
index 54af1ae794..0e4c65961d 100755
--- a/tests/functional/test_mips64_tuxrun.py
+++ b/tests/functional/test_mips64_tuxrun.py
@@ -17,11 +17,11 @@
class TuxRunMips64Test(TuxRunBaselineTest):
ASSET_MIPS64_KERNEL = Asset(
- 'https://storage.tuxboot.com/20230331/mips64/vmlinux',
- '09010e51e4b8bcbbd2494786ffb48eca78f228e96e5c5438344b0eac4029dc61')
+ 'https://storage.tuxboot.com/buildroot/20241119/mips64/vmlinux',
+ 'fe2882d216898ba2c56b49ba59f46ad392f36871f7fe325373cd926848b9dbdc')
ASSET_MIPS64_ROOTFS = Asset(
- 'https://storage.tuxboot.com/20230331/mips64/rootfs.ext4.zst',
- '69d91eeb04df3d8d172922c6993bb37d4deeb6496def75d8580f6f9de3e431da')
+
'https://storage.tuxboot.com/buildroot/20241119/mips64/rootfs.ext4.zst',
+ 'b8c98400216b6d4fb3b3ff05e9929aa015948b596cf0b82234813c84a4f7f4d5')
def test_mips64(self):
self.set_machine('malta')
--
2.39.5
- [PATCH v4 21/32] tests/functional: remove unused kernel_command_line, (continued)
- [PATCH v4 21/32] tests/functional: remove unused kernel_command_line, Alex Bennée, 2025/01/08
- [PATCH v4 22/32] tests/functional: bail aarch64_virt tests early if missing TCG, Alex Bennée, 2025/01/08
- [PATCH v4 11/32] tests/functional: update the riscv64 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 12/32] tests/functional: update the s390x tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 10/32] tests/functional: update the riscv32 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 31/32] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker, Alex Bennée, 2025/01/08
- [PATCH v4 15/32] tests/functional/aarch64: add tests for FEAT_RME, Alex Bennée, 2025/01/08
- [PATCH v4 07/32] tests/functional: update the mips64el tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 06/32] tests/functional: update the mips64 tuxrun tests,
Alex Bennée <=
- [PATCH v4 18/32] tests/functional: remove hacky sleep from the tests, Alex Bennée, 2025/01/08
- [PATCH v4 13/32] tests/functional: update the sparc64 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 04/32] tests/functional: update the mips32 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 17/32] system/qtest: properly feedback results of clock_[step|set], Alex Bennée, 2025/01/08
- [PATCH v4 23/32] tests/functional: extend test_aarch64_virt with vulkan test, Alex Bennée, 2025/01/08
- [PATCH v4 09/32] tests/functional: update the ppc64 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 14/32] tests/functional: update the x86_64 tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 01/32] tests/functional: update the arm tuxrun tests, Alex Bennée, 2025/01/08
- [PATCH v4 30/32] pc-bios: ensure keymaps dependencies set vnc tests, Alex Bennée, 2025/01/08