tests/functional/riscv64: Use newer kernel for tuxrun boot
The published tuxrun kernel is 6.4 which predates the introduction of AIA support in Linux. Update it to a 6.11 kernel, the newest build on the tuxrun site. Boot times on a laptop are slightly longer but still reasonable: | v6.4.16 | v6.11.9 ---------------------|---------|-------- test_riscv64 | 4.82s | 5.56s ---------------------|---------|-------- test_riscv64_maxcpu | 4.94s | 5.30s Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Daniel Henrique Barboza <daniel.barboza@oss.qualcomm.com> Message-ID: <20260617054034.1020724-3-joel@jms.id.au> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Joel Stanley committed
Jun 17, 2026 at 15:09 UTC
663b7d700318a9eb30cd192da87665e25a3e1641
1 file changed
+2
-2
tests/functional/riscv64/test_tuxrun.py
+2
-2
@@ -17,8 +17,8 @@ from qemu_test.tuxruntest import TuxRunBaselineTest
17
class TuxRunRiscV64Test(TuxRunBaselineTest):
18
19
ASSET_RISCV64_KERNEL = Asset(
20
- 'https://storage.tuxboot.com/buildroot/20241119/riscv64/Image',
21
- '2bd8132a3bf21570290042324fff48c987f42f2a00c08de979f43f0662ebadba')
20
+ 'https://storage.tuxboot.com/kernels/6.11.9/riscv64/Image',
21
+ '174f8bb87f08961e54fa3fcd954a8e31f4645f6d6af4dd43983d5e9841490fb0')
22
ASSET_RISCV64_ROOTFS = Asset(
23
'https://storage.tuxboot.com/buildroot/20241119/riscv64/rootfs.ext4.zst',
24
'aa4736a9872651dfc0d95e709465eedf1134fd19d42b8cb305bfd776f9801004')