Skip to content

Commit 34cfd85

Browse files
committed
update pattern message to match boot log
Signed-off-by: nanliu <[email protected]>
1 parent 3ba9912 commit 34cfd85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qemu/tests/cpu_device_hotplug_during_boot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def run(test, params, env):
2222
vcpu_devices = params.objects("vcpu_devices")
2323
unplug_during_boot = params.get_boolean("unplug_during_boot")
2424
boot_patterns = [
25-
r".*Started udev Wait for Complete Device Initialization.*",
26-
r".*Finished .*Wait for udev To Complete Device Initialization.*",
25+
r".*Starting .Coldplug All udev Devices.*",
26+
r".*Finished .*Coldplug All udev Devices.*",
2727
]
2828
reboot_patterns = [
2929
r".*[Rr]ebooting.*",

0 commit comments

Comments
 (0)