]> xenbits.xensource.com Git - libvirt.git/commit
qemuxml2argvtest: Use real caps for 'cpu-host-model-fallback' test case
authorPeter Krempa <pkrempa@redhat.com>
Thu, 31 Aug 2023 11:33:55 +0000 (13:33 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 6 Sep 2023 12:09:44 +0000 (14:09 +0200)
commitc075fa7b0822896848c6ad3040fa4c36ecf5e61d
tree862d6e02caf65af1a606b43d4466b80c0efabc36
parentc07f07c92d745aa94d1076a6f820585ab3f85e0d
qemuxml2argvtest: Use real caps for 'cpu-host-model-fallback' test case

Similarly to 'cpu-host-model' add a real capability invocation for each
version we support and remove the old fake caps invocation.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
14 files changed:
tests/qemuxml2argvdata/cpu-host-model-fallback.args [deleted file]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-4.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-5.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-5.1.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-6.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-6.1.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-6.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-7.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-7.1.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-7.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-8.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-fallback.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvtest.c