-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migration: Add listen address case #5237
Conversation
Test result: (01/20) type_specific.io-github-autotest-libvirt.migration_with_copy_storage.network_data_transport.tcp_listen_address.copy_storage_all.target_ipv4_address.p2p: PASS (222.59 s) |
provider/migration/migration_base.py
Outdated
@@ -726,3 +726,14 @@ def get_vm_serial_session_on_dest(params): | |||
vm_session = migration_obj.vm.wait_for_serial_login(timeout=120) | |||
params.update({"vm_session": vm_session}) | |||
migration_obj.vm.connect_uri = backup_uri | |||
|
|||
|
|||
def check_listen_address(params): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can it be used by other tests? how about moving to avocado-vt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thanks.
Depend on: avocado-framework/avocado-vt#3809 |
VIRT-297874 - VM live migration with copy storage - network data transport - TCP - --listen-address Signed-off-by: lcheng <[email protected]>
VIRT-297874 - VM live migration with copy storage - network data transport - TCP - --listen-address