Skip to content

Commit

Permalink
Merge pull request #6073 from cliping/update-err
Browse files Browse the repository at this point in the history
migration: Update error message
  • Loading branch information
Yingshun authored Jan 8, 2025
2 parents 1091698 + b6b80d8 commit fbda0a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
variants cert_configuration:
- no_client_cert_on_src:
cert_path = "${custom_pki_path}/client-cert.pem"
err_msg = "Cannot read from TLS channel: Software caused connection abort"
err_msg = "Cannot read from TLS channel:"
- 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}: No such file or directory"
Expand Down

0 comments on commit fbda0a6

Please sign in to comment.