[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/20] tests/functional: update the ppc64 tuxrun tests
From: |
Alex Bennée |
Subject: |
[PATCH 09/20] tests/functional: update the ppc64 tuxrun tests |
Date: |
Tue, 10 Dec 2024 20:43:38 +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-30-alex.bennee@linaro.org>
---
tests/functional/test_ppc64_tuxrun.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/tests/functional/test_ppc64_tuxrun.py
b/tests/functional/test_ppc64_tuxrun.py
index 03b47e07f2..aee67f5e90 100755
--- a/tests/functional/test_ppc64_tuxrun.py
+++ b/tests/functional/test_ppc64_tuxrun.py
@@ -82,11 +82,11 @@ def ppc64_common_tuxrun(self, kernel_asset, rootfs_asset,
prefix):
drive="scsi-hd")
ASSET_PPC64_KERNEL = Asset(
- 'https://storage.tuxboot.com/20230331/ppc64/vmlinux',
- 'f22a9b9e924174a4c199f4c7e5d91a2339fcfe51c6eafd0907dc3e09b64ab728')
+ 'https://storage.tuxboot.com/buildroot/20241119/ppc64/vmlinux',
+ '8219d5cb26e7654ad7826fe8aee6290f7c01eef44f2cd6d26c15fe8f99e1c17c')
ASSET_PPC64_ROOTFS = Asset(
- 'https://storage.tuxboot.com/20230331/ppc64/rootfs.ext4.zst',
- '1d953e81a4379e537fc8e41e05a0a59d9b453eef97aa03d47866c6c45b00bdff')
+ 'https://storage.tuxboot.com/buildroot/20241119/ppc64/rootfs.ext4.zst',
+ 'b68e12314303c5dd0fef37ae98021299a206085ae591893e73557af99a02d373')
def test_ppc64(self):
self.ppc64_common_tuxrun(kernel_asset=self.ASSET_PPC64_KERNEL,
@@ -94,11 +94,11 @@ def test_ppc64(self):
prefix='tuxrun_ppc64_')
ASSET_PPC64LE_KERNEL = Asset(
- 'https://storage.tuxboot.com/20230331/ppc64le/vmlinux',
- '979eb61b445a010fb13e2b927126991f8ceef9c590fa2be0996c00e293e80cf2')
+ 'https://storage.tuxboot.com/buildroot/20241119/ppc64le/vmlinux',
+ '21aea1fbc18bf6fa7d8ca4ea48d4940b2c8363c077acd564eb47d769b7495279')
ASSET_PPC64LE_ROOTFS = Asset(
- 'https://storage.tuxboot.com/20230331/ppc64le/rootfs.ext4.zst',
- 'b442678c93fb8abe1f7d3bfa20556488de6b475c22c8fed363f42cf81a0a3906')
+
'https://storage.tuxboot.com/buildroot/20241119/ppc64le/rootfs.ext4.zst',
+ '67d36a3f9597b738e8b7359bdf04500f4d9bb82fc35eaa65aa439d888b2392f4')
def test_ppc64le(self):
self.ppc64_common_tuxrun(kernel_asset=self.ASSET_PPC64LE_KERNEL,
--
2.39.5
- [PATCH 00/20] testing/next: functional tests and qtest timers, Alex Bennée, 2024/12/10
- [PATCH 04/20] tests/functional: update the mips32 tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 02/20] tests/functional: update the i386 tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 03/20] tests/functional: add a m68k tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 10/20] tests/functional: update the riscv32 tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 01/20] tests/functional: update the arm tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 06/20] tests/functional: update the mips64 tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 07/20] tests/functional: update the mips64el tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 05/20] tests/functional: update the mips32el tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 09/20] tests/functional: update the ppc64 tuxrun tests,
Alex Bennée <=
- [PATCH 11/20] tests/functional: update the riscv64 tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 12/20] tests/functional: update the s390x tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 08/20] tests/functional: update the ppc32 tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 13/20] tests/functional: update the sparc64 tuxrun tests, Alex Bennée, 2024/12/10
- [PATCH 15/20] tests/functional/aarch64: add tests for FEAT_RME, Alex Bennée, 2024/12/10
- [PATCH 16/20] util/qemu-timer: fix indentation, Alex Bennée, 2024/12/10
- [PATCH 14/20] tests/functional: update the x86_64 tuxrun tests, Alex Bennée, 2024/12/10