[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 14/29] tests/functional: update the x86_64 tuxrun tests
From: |
Alex Bennée |
Subject: |
[PATCH v3 14/29] tests/functional: update the x86_64 tuxrun tests |
Date: |
Tue, 7 Jan 2025 16:51:52 +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-35-alex.bennee@linaro.org>
---
tests/functional/test_x86_64_tuxrun.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/functional/test_x86_64_tuxrun.py
b/tests/functional/test_x86_64_tuxrun.py
index 4f96139871..fcbc62b1b0 100755
--- a/tests/functional/test_x86_64_tuxrun.py
+++ b/tests/functional/test_x86_64_tuxrun.py
@@ -17,11 +17,11 @@
class TuxRunX86Test(TuxRunBaselineTest):
ASSET_X86_64_KERNEL = Asset(
- 'https://storage.tuxboot.com/20230331/x86_64/bzImage',
- '2bc7480a669ee9b6b82500a236aba0c54233debe98cb968268fa230f52f03461')
+ 'https://storage.tuxboot.com/buildroot/20241119/x86_64/bzImage',
+ 'f57bfc6553bcd6e0a54aab86095bf642b33b5571d14e3af1731b18c87ed5aef8')
ASSET_X86_64_ROOTFS = Asset(
- 'https://storage.tuxboot.com/20230331/x86_64/rootfs.ext4.zst',
- 'b72ac729769b8f51c6dffb221113c9a063c774dbe1d66af30eb593c4e9999b4b')
+
'https://storage.tuxboot.com/buildroot/20241119/x86_64/rootfs.ext4.zst',
+ '4b8b2a99117519c5290e1202cb36eb6c7aaba92b357b5160f5970cf5fb78a751')
def test_x86_64(self):
self.set_machine('q35')
--
2.39.5
- [PATCH v3 08/29] tests/functional: update the ppc32 tuxrun tests, (continued)
- [PATCH v3 08/29] tests/functional: update the ppc32 tuxrun tests, Alex Bennée, 2025/01/07
- [PATCH v3 07/29] tests/functional: update the mips64el tuxrun tests, Alex Bennée, 2025/01/07
- [PATCH v3 10/29] tests/functional: update the riscv32 tuxrun tests, Alex Bennée, 2025/01/07
- [PATCH v3 06/29] tests/functional: update the mips64 tuxrun tests, Alex Bennée, 2025/01/07
- [PATCH v3 09/29] tests/functional: update the ppc64 tuxrun tests, Alex Bennée, 2025/01/07
- [PATCH v3 26/29] tests/vm: allow interactive login as root, Alex Bennée, 2025/01/07
- [PATCH v3 12/29] tests/functional: update the s390x tuxrun tests, Alex Bennée, 2025/01/07
- [PATCH v3 11/29] tests/functional: update the riscv64 tuxrun tests, Alex Bennée, 2025/01/07
- [PATCH v3 15/29] tests/functional/aarch64: add tests for FEAT_RME, Alex Bennée, 2025/01/07
- [PATCH v3 27/29] pc-bios: ensure keymaps dependencies set vnc tests, Alex Bennée, 2025/01/07
- [PATCH v3 14/29] tests/functional: update the x86_64 tuxrun tests,
Alex Bennée <=
- [PATCH v3 16/29] tests/qtest: remove clock_steps from virtio tests, Alex Bennée, 2025/01/07
- [PATCH v3 22/29] tests/docker: move riscv64 cross container from sid to trixie, Alex Bennée, 2025/01/07
- [PATCH v3 25/29] tests/vm: partially un-tabify help output, Alex Bennée, 2025/01/07
- [PATCH v3 28/29] dockerfiles: Remove 'MAINTAINER' entry in debian-tricore-cross.docker, Alex Bennée, 2025/01/07
- [PATCH v3 24/29] tests/vm: fix build_path based path, Alex Bennée, 2025/01/07
- [PATCH v3 29/29] MAINTAINERS: Remove myself from reviewers, Alex Bennée, 2025/01/07
- [PATCH v3 13/29] tests/functional: update the sparc64 tuxrun tests, Alex Bennée, 2025/01/07
- [PATCH v3 21/29] tests/lcitool: bump to latest version of libvirt-ci, Alex Bennée, 2025/01/07
- [PATCH v3 23/29] tests/lcitool: remove temp workaround for debian mips64el, Alex Bennée, 2025/01/07