Skip to content

Commit

Permalink
Merge pull request #6121 from cliping/update
Browse files Browse the repository at this point in the history
migration: Update error message
  • Loading branch information
Yingshun authored Jan 13, 2025
2 parents 8128a8c + 586c8f7 commit c79dffb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
expected_dest_state = "nonexist"
expected_src_state = "shut off"
action_during_mig = [{"func": "virsh.destroy", "after_event": "iteration: '1'", "func_param": {"name": "${main_vm}"}}]
err_msg = "domain is not running"
err_msg = "domain is not running|internal error: QEMU unexpectedly closed the monitor"
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@
with_postcopy:
poweroff_vm_dest = "yes"
virsh_migrate_src_state = "paused"
with_precopy:
err_msg = "domain is not running|internal error: QEMU unexpectedly closed the monitor"
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
qemu_conf_path = '/etc/libvirt/qemu.conf'
transport_type = "tls"
test_case = "migrate_tls_x509_verify_on_src"
err_msg = "Certificate does not match the hostname"
err_msg = "Certificate does not match the hostname|internal error: QEMU unexpectedly closed the monitor"
status_error = "yes"
qemu_conf_src = '{"default_tls_x509_verify": "0", "migrate_tls_x509_verify": "0"}'
virsh_migrate_extra = "--tls"
Expand Down

0 comments on commit c79dffb

Please sign in to comment.