diff --git a/libvirt/tests/cfg/migration/migrate_options_shared.cfg b/libvirt/tests/cfg/migration/migrate_options_shared.cfg index c5e9714ed8..915164c85c 100644 --- a/libvirt/tests/cfg/migration/migrate_options_shared.cfg +++ b/libvirt/tests/cfg/migration/migrate_options_shared.cfg @@ -610,7 +610,7 @@ variants: - without_option: virsh_migrate_extra = "--tls" - err_msg = "error: internal error: qemu unexpectedly closed the monitor|Domain not found|QEMU unexpectedly closed the monitor" + err_msg = "error: internal error: qemu unexpectedly closed the monitor|Domain not found|QEMU unexpectedly closed the monitor|Certificate does not match the hostname" - empty_str: virsh_migrate_extra = "--tls --tls-destination ''" err_msg = "error: Failed to get option 'tls-destination': Option argument is empty" @@ -619,7 +619,7 @@ err_msg = "error: Option --tls is required by option --tls-destination" - incorrect_hostname: virsh_migrate_extra = "--tls --tls-destination fake${server_cn}" - err_msg = "error: internal error: qemu unexpectedly closed the monitor|Domain not found|QEMU unexpectedly closed the monitor" + err_msg = "error: internal error: qemu unexpectedly closed the monitor|Domain not found|QEMU unexpectedly closed the monitor|Certificate does not match the hostname" - tunnelled_migration: only without_postcopy virsh_migrate_options = "--live --p2p --tunnelled --verbose"