Skip to content

Commit 49ada7d

Browse files
authored
Merge pull request #6770 from dzhengfy/fix_clean_guest_ontarget
migration_iommu_device:fix missing cleanup on target host
2 parents 16c893d + 1ecd6a6 commit 49ada7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libvirt/tests/src/sriov/vIOMMU/migration_iommu_device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@ def setup_test():
8787
migration_obj.migration_test.ping_vm(vm, params)
8888
migration_obj.check_vm_cont_ping(False)
8989
finally:
90+
migration_obj.cleanup_connection()
9091
test_obj.teardown_iommu_test()

0 commit comments

Comments
 (0)