Skip to content

Commit

Permalink
migration: Update error message
Browse files Browse the repository at this point in the history
Signed-off-by: lcheng <[email protected]>
  • Loading branch information
cliping committed Dec 18, 2024
1 parent 1aa9ac2 commit b6b80d8
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 b6b80d8

Please sign in to comment.