Skip to content

Commit 9f6b610

Browse files
npigginhuth
authored andcommitted
tests/functional/test_ppc64_hv: Update to Alpine 3.21.0
Signed-off-by: Nicholas Piggin <[email protected]> Message-ID: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent e6c81cf commit 9f6b610

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/functional/test_ppc64_hv.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ class HypervisorTest(QemuSystemTest):
3535
good_message = 'VFS: Cannot open root device'
3636

3737
ASSET_ISO = Asset(
38-
('https://dl-cdn.alpinelinux.org/alpine/v3.18/'
39-
'releases/ppc64le/alpine-standard-3.18.4-ppc64le.iso'),
40-
'c26b8d3e17c2f3f0fed02b4b1296589c2390e6d5548610099af75300edd7b3ff')
38+
('https://dl-cdn.alpinelinux.org/alpine/v3.21/'
39+
'releases/ppc64le/alpine-standard-3.21.0-ppc64le.iso'),
40+
'7651ab4e3027604535c0b36e86c901b4695bf8fe97b908f5b48590f6baae8f30')
4141

4242
def extract_from_iso(self, iso, path):
4343
"""
@@ -114,7 +114,7 @@ def do_test_kvm(self, hpt=False):
114114
'-initrd /media/nvme0n1/boot/initramfs-lts '
115115
'-kernel /media/nvme0n1/boot/vmlinuz-lts '
116116
'-append \'usbcore.nousb ' + append + '\'')
117-
# Alpine 3.18 kernel seems to crash in XHCI USB driver.
117+
# Alpine 3.21 kernel seems to crash in XHCI USB driver.
118118
ps1='localhost:~#'
119119
wait_for_console_pattern(self, 'localhost login:')
120120
exec_command_and_wait_for_pattern(self, 'root', ps1)

0 commit comments

Comments
 (0)