mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
tests/functional: update the mips64 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-7-alex.bennee@linaro.org>
This commit is contained in:
parent
16476efde8
commit
f0749a83bd
1 changed files with 4 additions and 4 deletions
|
@ -17,11 +17,11 @@ from qemu_test.tuxruntest import TuxRunBaselineTest
|
|||
class TuxRunMips64Test(TuxRunBaselineTest):
|
||||
|
||||
ASSET_MIPS64_KERNEL = Asset(
|
||||
'https://storage.tuxboot.com/20230331/mips64/vmlinux',
|
||||
'09010e51e4b8bcbbd2494786ffb48eca78f228e96e5c5438344b0eac4029dc61')
|
||||
'https://storage.tuxboot.com/buildroot/20241119/mips64/vmlinux',
|
||||
'fe2882d216898ba2c56b49ba59f46ad392f36871f7fe325373cd926848b9dbdc')
|
||||
ASSET_MIPS64_ROOTFS = Asset(
|
||||
'https://storage.tuxboot.com/20230331/mips64/rootfs.ext4.zst',
|
||||
'69d91eeb04df3d8d172922c6993bb37d4deeb6496def75d8580f6f9de3e431da')
|
||||
'https://storage.tuxboot.com/buildroot/20241119/mips64/rootfs.ext4.zst',
|
||||
'b8c98400216b6d4fb3b3ff05e9929aa015948b596cf0b82234813c84a4f7f4d5')
|
||||
|
||||
def test_mips64(self):
|
||||
self.set_machine('malta')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue