Skip to content

Commit

Permalink
Merge pull request autotest#5669 from cliping/fix-tls
Browse files Browse the repository at this point in the history
migration: Update error message
  • Loading branch information
chunfuwen authored Jun 4, 2024
2 parents f64e484 + 608173b commit 8575380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvirt/tests/cfg/migration/migrate_options_shared.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 8575380

Please sign in to comment.