Skip to content

Commit 0389064

Browse files
authored
migration: Update error message (autotest#6398)
Signed-off-by: lcheng <lcheng@redhat.com>
1 parent ba273ae commit 0389064

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libvirt/tests/cfg/migration/destructive_operations_around_live_migration/kill_qemu_during_performphase.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
expected_dest_state = "nonexist"
4848
expected_src_state = "running"
4949
migrate_speed = "1"
50-
err_msg = "QEMU unexpectedly closed the monitor|Unable to read from socket: Connection reset by peer"
50+
err_msg = "QEMU unexpectedly closed the monitor|Unable to read from socket: Connection reset by peer|Channel error: Input/output error"
5151
check_disk_on_dest = "no"
5252
virsh_migrate_extra = "--bandwidth 1000"
5353
- kill_dest_qemu_after_vm_paused:
@@ -58,7 +58,7 @@
5858
expected_dest_state = "nonexist"
5959
expected_src_state = "running"
6060
virsh_migrate_extra = "--timeout 2 --timeout-suspend --bandwidth 1000"
61-
err_msg = "QEMU unexpectedly closed the monitor|Unable to read from socket: Connection reset by peer"
61+
err_msg = "QEMU unexpectedly closed the monitor|Unable to read from socket: Connection reset by peer|Channel error: Input/output error"
6262
- kill_src_qemu:
6363
expected_dest_state = "nonexist"
6464
expected_src_state = "shut off"

0 commit comments

Comments
 (0)