diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2025-01-08 12:10:30 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2025-01-10 11:17:22 +0000 |
commit | dfcab187c5a8630859ee5d1dfe2ca5a1808307e0 (patch) | |
tree | 8811a7dafd1c63bf75d40f0c39077a02ce8c98e2 | |
parent | c5856795fade7cff0b01acd4617118347f0a02e7 (diff) | |
download | qemu-dfcab187c5a8630859ee5d1dfe2ca5a1808307e0.zip qemu-dfcab187c5a8630859ee5d1dfe2ca5a1808307e0.tar.gz qemu-dfcab187c5a8630859ee5d1dfe2ca5a1808307e0.tar.bz2 |
tests/functional: update the ppc32 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-9-alex.bennee@linaro.org>
-rwxr-xr-x | tests/functional/test_ppc_tuxrun.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/test_ppc_tuxrun.py b/tests/functional/test_ppc_tuxrun.py index 50b7694..5458a7f 100755 --- a/tests/functional/test_ppc_tuxrun.py +++ b/tests/functional/test_ppc_tuxrun.py @@ -17,11 +17,11 @@ from qemu_test.tuxruntest import TuxRunBaselineTest class TuxRunPPC32Test(TuxRunBaselineTest): ASSET_PPC32_KERNEL = Asset( - 'https://storage.tuxboot.com/20230331/ppc32/uImage', - '1a68f74b860fda022fb12e03c5efece8c2b8b590d96cca37a8481a3ae0b3f81f') + 'https://storage.tuxboot.com/buildroot/20241119/ppc32/uImage', + 'aa5d81deabdb255a318c4bc5ffd6fdd2b5da1ef39f1955dcc35b671d258b68e9') ASSET_PPC32_ROOTFS = Asset( - 'https://storage.tuxboot.com/20230331/ppc32/rootfs.ext4.zst', - '8885b9d999cc24d679542a02e9b6aaf48f718f2050ece6b8347074b6ee41dd09') + 'https://storage.tuxboot.com/buildroot/20241119/ppc32/rootfs.ext4.zst', + '67554f830269d6bf53b67c7dd206bcc821e463993d526b1644066fea8117019b') def test_ppc32(self): self.set_machine('ppce500') |