Skip to content
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

Remove the workaround since qemu bug fixed #6078

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions libvirt/tests/src/virsh_cmd/domain/virsh_managedsave.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from virttest.libvirt_xml import vm_xml
from virttest.staging.service import Factory
from virttest.staging.utils_memory import drop_caches
from virttest.utils_libvirt import libvirt_vmxml
from virttest.utils_test import libvirt

# Using as lower capital is not the best way to do, but this is just a
Expand Down Expand Up @@ -363,10 +362,6 @@ def build_vm_xml(vm_name, **dargs):
# Destroy vm first for setting configuration file
if vm.state() == "running":
vm.destroy(gracefully=False)

# Workaround bug: Remove multi-queue setting
vmxml = vm_xml.VMXML.new_from_inactive_dumpxml(vm_name)
libvirt_vmxml.modify_vm_device(vmxml, 'interface', {'driver': None})
# Prepare test environment.
if libvirtd_state == "off":
libvirtd.stop()
Expand Down