]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemuxml2argv: switch to DO_TEST_CAPS for Hyper-V tests
authorVitaly Kuznetsov <vkuznets@redhat.com>
Fri, 9 Aug 2019 14:31:38 +0000 (16:31 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 19 Aug 2019 09:38:28 +0000 (11:38 +0200)
commit320042d01eddd06fdeeb7393bc3e9135194a9454
treebc868068771861f74081fc5fa73b056a55718223
parentba3ed24635b795aa237b4c8ebdc717c4dc84648f
tests: qemuxml2argv: switch to DO_TEST_CAPS for Hyper-V tests

In particular, use DO_TEST_CAPS_LATEST which tests the canonical
'hv-feature' syntax instead of 'hv_feature' aliases and DO_TEST_CAPS_VER
with 4.0.0 to also test the old syntax.

Suggested-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
tests/qemuxml2argvdata/hyperv-off.x86_64-4.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/hyperv-off.x86_64-latest.args [moved from tests/qemuxml2argvdata/hyperv-off.args with 56% similarity]
tests/qemuxml2argvdata/hyperv-panic.x86_64-4.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/hyperv-panic.x86_64-latest.args [moved from tests/qemuxml2argvdata/hyperv-panic.args with 60% similarity]
tests/qemuxml2argvdata/hyperv.x86_64-4.0.0.args [moved from tests/qemuxml2argvdata/hyperv.args with 61% similarity]
tests/qemuxml2argvdata/hyperv.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvtest.c