[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 22/39] tests/functional: update the i386 tuxrun tests
From: |
Alex Bennée |
Subject: |
[PATCH 22/39] tests/functional: update the i386 tuxrun tests |
Date: |
Thu, 21 Nov 2024 16:57:49 +0000 |
Now there are new upto date images available we should update to them.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Anders Roxell <anders.roxell@linaro.org>
---
tests/functional/test_i386_tuxrun.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/functional/test_i386_tuxrun.py
b/tests/functional/test_i386_tuxrun.py
index c593ffbe8c..f3ccf11ae8 100755
--- a/tests/functional/test_i386_tuxrun.py
+++ b/tests/functional/test_i386_tuxrun.py
@@ -17,11 +17,11 @@
class TuxRunI386Test(TuxRunBaselineTest):
ASSET_I386_KERNEL = Asset(
- 'https://storage.tuxboot.com/20230331/i386/bzImage',
- 'a3e5b32a354729e65910f5a1ffcda7c14a6c12a55e8213fb86e277f1b76ed956')
+ 'https://storage.tuxboot.com/buildroot/20241119/i386/bzImage',
+ '47fb44e38e34101eb0f71a2a01742b959d40ed5fd67cefb5608a39be11d3b74e')
ASSET_I386_ROOTFS = Asset(
- 'https://storage.tuxboot.com/20230331/i386/rootfs.ext4.zst',
- 'f15e66b2bf673a210ec2a4b2e744a80530b36289e04f5388aab812b97f69754a')
+ 'https://storage.tuxboot.com/buildroot/20241119/i386/rootfs.ext4.zst',
+ 'a1a3b3b4c9dccd6475b58db95c107b468b736b700f6620985a8ed050a73d51c8')
def test_i386(self):
self.set_machine('q35')
--
2.39.5
- Re: [PATCH 33/39] tests/functional: update the sparc64 tuxrun tests, (continued)
- [PATCH 18/39] tests/functional: avoid accessing log_filename on earlier failures, Alex Bennée, 2024/11/21
- [PATCH 20/39] tests/functional: update the arm tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 23/39] tests/functional: add a m68k tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 25/39] tests/functional: update the mips32el tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 22/39] tests/functional: update the i386 tuxrun tests,
Alex Bennée <=
- [PATCH 37/39] plugins: eradicate qemu-plugins.symbols static file, Alex Bennée, 2024/11/21
- [PATCH 26/39] tests/functional: update the mips64 tuxrun tests, Alex Bennée, 2024/11/21
- [PATCH 15/39] tests/functional: rewrite console handling to be bytewise, Alex Bennée, 2024/11/21
- [PATCH 38/39] rust/pl011: Fix range checks for device ID accesses, Alex Bennée, 2024/11/21
- [PATCH 27/39] tests/functional: update the mips64el tuxrun tests, Alex Bennée, 2024/11/21
- Re: [PATCH 00/39] maintainer updates for -rc2 pre-PR, Peter Maydell, 2024/11/21