]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuxml2argvtest: Use real caps for 'cpu-host-model-nofallback' 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)
commita1aa8c0e4f915ab3c94dbefd1f39f559f4f64afe
tree866b39558a66f04f059fbe85e1fde44fc5739344
parentc075fa7b0822896848c6ad3040fa4c36ecf5e61d
qemuxml2argvtest: Use real caps for 'cpu-host-model-nofallback' 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-nofallback.err [deleted file]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-4.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-5.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-5.1.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-5.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-6.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-6.1.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-6.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-7.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-7.1.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-7.2.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-8.0.0.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-host-model-nofallback.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvtest.c