File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ class HypervisorTest(QemuSystemTest):
35
35
good_message = 'VFS: Cannot open root device'
36
36
37
37
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 ' )
41
41
42
42
def extract_from_iso (self , iso , path ):
43
43
"""
@@ -114,7 +114,7 @@ def do_test_kvm(self, hpt=False):
114
114
'-initrd /media/nvme0n1/boot/initramfs-lts '
115
115
'-kernel /media/nvme0n1/boot/vmlinuz-lts '
116
116
'-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.
118
118
ps1 = 'localhost:~#'
119
119
wait_for_console_pattern (self , 'localhost login:' )
120
120
exec_command_and_wait_for_pattern (self , 'root' , ps1 )
You can’t perform that action at this time.
0 commit comments