summary refs log tree commit diff stats
path: root/tests/functional/test_i386_tuxrun.py
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2025-01-08 12:10:24 +0000
committerAlex Bennée <alex.bennee@linaro.org>2025-01-10 11:16:52 +0000
commit24b49f725356d2ff6acd4011e782e0893c38e192 (patch)
tree07d43aa39cf1c0f05cfddc2c970e3dfb40cf54f0 /tests/functional/test_i386_tuxrun.py
parent08258d7e6b1da61fe534d0202286a0778d24a123 (diff)
downloadfocaccia-qemu-24b49f725356d2ff6acd4011e782e0893c38e192.tar.gz
focaccia-qemu-24b49f725356d2ff6acd4011e782e0893c38e192.zip
tests/functional: update the i386 tuxrun tests
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: <20250108121054.1126164-3-alex.bennee@linaro.org>
Diffstat (limited to 'tests/functional/test_i386_tuxrun.py')
-rwxr-xr-xtests/functional/test_i386_tuxrun.py8
1 files 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 @@ from qemu_test.tuxruntest import TuxRunBaselineTest
 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')