Skip to content

Commit

Permalink
Merge pull request autotest#5421 from smitterl/improve_blkdeviotune
Browse files Browse the repository at this point in the history
blkdeviotune: improve test log
  • Loading branch information
chloerh authored Jan 31, 2024
2 parents a0d6723 + cbddd15 commit e6f9b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libvirt/tests/src/virsh_cmd/domain/virsh_blkdeviotune.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def check_blkdeviotune(params):
vm = params.get("vm")
options = params.get("blkdevio_options")
device = params.get("device_name", "")
result = virsh.blkdeviotune(vm_name, device)
result = virsh.blkdeviotune(vm_name, device, ignore_status=False)
dicts = {}
# Parsing command output and putting them into python dictionary.
cmd_output = result.stdout.strip().splitlines()
Expand Down

0 comments on commit e6f9b5e

Please sign in to comment.