From 8fc7dfea3611fe9939638a1e11395449b1d6be92 Mon Sep 17 00:00:00 2001 From: lcheng Date: Tue, 14 Jan 2025 09:14:32 +0800 Subject: [PATCH] migration: Update error message Signed-off-by: lcheng --- ...tion_network_data_transport_tls_wrong_cert_configuration.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt/tests/cfg/migration/migration_uri/migration_network_data_transport_tls_wrong_cert_configuration.cfg b/libvirt/tests/cfg/migration/migration_uri/migration_network_data_transport_tls_wrong_cert_configuration.cfg index 3d18778bb2..9972a4b71a 100644 --- a/libvirt/tests/cfg/migration/migration_uri/migration_network_data_transport_tls_wrong_cert_configuration.cfg +++ b/libvirt/tests/cfg/migration/migration_uri/migration_network_data_transport_tls_wrong_cert_configuration.cfg @@ -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}|job 'migration out' failed: Cannot read from TLS channel: Software caused connection abort" + err_msg = "Cannot write to TLS channel: Input/output error|unable to execute QEMU command 'object-add': Unable to access credentials ${cert_path}|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}"