]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2(argv|xml): Modernize 'blkdeviotune' tests
authorPeter Krempa <pkrempa@redhat.com>
Mon, 4 May 2020 16:16:26 +0000 (18:16 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 May 2020 04:54:59 +0000 (06:54 +0200)
commit1071bda21f2e8dd9c47d09928b286cce98586e46
tree898dcf3046490c9288bf04cb42523b4a552f5b62
parentf5418b427e7d2f26803880309478de9103680826
qemuxml2(argv|xml): Modernize 'blkdeviotune' tests

Move the tests to DO_TEST_CAPS_LATEST. Since switch to blockdev stopped
us formatting the tunning parameters on the command line let's also add
version cases for qemu-4.1 data which doesn't enable blockdev.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
15 files changed:
tests/qemuxml2argvdata/blkdeviotune-group-num.x86_64-4.1.0.args [moved from tests/qemuxml2argvdata/blkdeviotune-group-num.args with 69% similarity]
tests/qemuxml2argvdata/blkdeviotune-group-num.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/blkdeviotune-group-num.xml
tests/qemuxml2argvdata/blkdeviotune-max-length.x86_64-4.1.0.args [moved from tests/qemuxml2argvdata/blkdeviotune-max-length.args with 71% similarity]
tests/qemuxml2argvdata/blkdeviotune-max-length.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/blkdeviotune-max-length.xml
tests/qemuxml2argvdata/blkdeviotune-max.x86_64-4.1.0.args [moved from tests/qemuxml2argvdata/blkdeviotune-max.args with 67% similarity]
tests/qemuxml2argvdata/blkdeviotune-max.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/blkdeviotune-max.xml
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/blkdeviotune-group-num.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/blkdeviotune-group-num.xml with 100% similarity]
tests/qemuxml2xmloutdata/blkdeviotune-max-length.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/blkdeviotune-max-length.xml with 100% similarity]
tests/qemuxml2xmloutdata/blkdeviotune-max.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/blkdeviotune-max.xml with 100% similarity]
tests/qemuxml2xmloutdata/blkdeviotune.x86_64-latest.xml [moved from tests/qemuxml2xmloutdata/blkdeviotune.xml with 88% similarity]
tests/qemuxml2xmltest.c