Skip to content

Commit

Permalink
Merge pull request autotest#5474 from cliping/m
Browse files Browse the repository at this point in the history
migration: Update error message
  • Loading branch information
chloerh authored Feb 28, 2024
2 parents 8b33c29 + ea7a2d4 commit ed64d62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
variants cert_configuration:
- no_client_cert_on_src:
cert_path = "${custom_pki_path}/client-cert.pem"
err_msg = "Cannot write to TLS channel: Input/output error|unable to execute QEMU command 'object-add': Unable to access credentials ${cert_path}"
err_msg = "Cannot write to TLS channel: Input/output error|unable to execute QEMU command 'object-add': Unable to access credentials ${cert_path}|job 'migration out' failed: Cannot read from TLS channel: Software caused connection abort"
- no_server_cert_on_target:
cert_path = "${custom_pki_path}/server-cert.pem"
err_msg = "unable to execute QEMU command 'object-add': Unable to access credentials ${cert_path}"
Expand Down

0 comments on commit ed64d62

Please sign in to comment.