tests/functional: update the ppc64 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-10-alex.bennee@linaro.org>
This commit is contained in:
parent
dfcab187c5
commit
aa880bb099
@ -85,11 +85,11 @@ class TuxRunPPC64Test(TuxRunBaselineTest):
|
|||||||
drive="scsi-hd")
|
drive="scsi-hd")
|
||||||
|
|
||||||
ASSET_PPC64_KERNEL = Asset(
|
ASSET_PPC64_KERNEL = Asset(
|
||||||
'https://storage.tuxboot.com/20230331/ppc64/vmlinux',
|
'https://storage.tuxboot.com/buildroot/20241119/ppc64/vmlinux',
|
||||||
'f22a9b9e924174a4c199f4c7e5d91a2339fcfe51c6eafd0907dc3e09b64ab728')
|
'8219d5cb26e7654ad7826fe8aee6290f7c01eef44f2cd6d26c15fe8f99e1c17c')
|
||||||
ASSET_PPC64_ROOTFS = Asset(
|
ASSET_PPC64_ROOTFS = Asset(
|
||||||
'https://storage.tuxboot.com/20230331/ppc64/rootfs.ext4.zst',
|
'https://storage.tuxboot.com/buildroot/20241119/ppc64/rootfs.ext4.zst',
|
||||||
'1d953e81a4379e537fc8e41e05a0a59d9b453eef97aa03d47866c6c45b00bdff')
|
'b68e12314303c5dd0fef37ae98021299a206085ae591893e73557af99a02d373')
|
||||||
|
|
||||||
def test_ppc64(self):
|
def test_ppc64(self):
|
||||||
self.ppc64_common_tuxrun(kernel_asset=self.ASSET_PPC64_KERNEL,
|
self.ppc64_common_tuxrun(kernel_asset=self.ASSET_PPC64_KERNEL,
|
||||||
@ -97,11 +97,11 @@ class TuxRunPPC64Test(TuxRunBaselineTest):
|
|||||||
prefix='tuxrun_ppc64_')
|
prefix='tuxrun_ppc64_')
|
||||||
|
|
||||||
ASSET_PPC64LE_KERNEL = Asset(
|
ASSET_PPC64LE_KERNEL = Asset(
|
||||||
'https://storage.tuxboot.com/20230331/ppc64le/vmlinux',
|
'https://storage.tuxboot.com/buildroot/20241119/ppc64le/vmlinux',
|
||||||
'979eb61b445a010fb13e2b927126991f8ceef9c590fa2be0996c00e293e80cf2')
|
'21aea1fbc18bf6fa7d8ca4ea48d4940b2c8363c077acd564eb47d769b7495279')
|
||||||
ASSET_PPC64LE_ROOTFS = Asset(
|
ASSET_PPC64LE_ROOTFS = Asset(
|
||||||
'https://storage.tuxboot.com/20230331/ppc64le/rootfs.ext4.zst',
|
'https://storage.tuxboot.com/buildroot/20241119/ppc64le/rootfs.ext4.zst',
|
||||||
'b442678c93fb8abe1f7d3bfa20556488de6b475c22c8fed363f42cf81a0a3906')
|
'67d36a3f9597b738e8b7359bdf04500f4d9bb82fc35eaa65aa439d888b2392f4')
|
||||||
|
|
||||||
def test_ppc64le(self):
|
def test_ppc64le(self):
|
||||||
self.ppc64_common_tuxrun(kernel_asset=self.ASSET_PPC64LE_KERNEL,
|
self.ppc64_common_tuxrun(kernel_asset=self.ASSET_PPC64LE_KERNEL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user