Skip to content

Commit

Permalink
Merge pull request autotest#5610 from dzhengfy/fix_disk_iothread_driv…
Browse files Browse the repository at this point in the history
…er_version

virtual_disks_iothreads_queue: fix version checking
  • Loading branch information
chloerh authored May 13, 2024
2 parents f6d8de9 + a135c26 commit c5c2171
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import time

from virttest import data_dir
from virttest import libvirt_version
from virttest import utils_disk
from virttest import virsh

Expand Down Expand Up @@ -311,6 +312,7 @@ def run(test, params, env):
2.Perform test operation and verify checkpoints
3.Recover test environment
"""
libvirt_version.is_libvirt_feature_supported(params)
vm_name = params.get("main_vm")
vm = env.get_vm(vm_name)

Expand Down

0 comments on commit c5c2171

Please sign in to comment.