]> xenbits.xensource.com Git - libvirt.git/commit
qemuxml2argvtest: Consolidate and modernize CPU topology testing
authorPeter Krempa <pkrempa@redhat.com>
Fri, 1 Sep 2023 12:41:42 +0000 (14:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 6 Sep 2023 12:09:45 +0000 (14:09 +0200)
commite485f8bd4ea5002a710f9ca2bdfb2eae9b2afa54
tree61a397738c0dfcb4ae80b6f21a9a3d42902e0641
parent07e6396c6aac4560f2b183a4d9b04e61a0087ccb
qemuxml2argvtest: Consolidate and modernize CPU topology testing

Move the 'smp-dies' test case into 'cpu-topology4' and remove
unnecessary cruft.

Remove cpu definition from 'cpu-topology2' as it's not relevant to the
test case.

Remove 'smp' case as it's covered by the rest.

Use real capabilities for all of them.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
18 files changed:
tests/qemuxml2argvdata/cpu-topology1.args [deleted file]
tests/qemuxml2argvdata/cpu-topology1.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-topology1.xml
tests/qemuxml2argvdata/cpu-topology2.args [deleted file]
tests/qemuxml2argvdata/cpu-topology2.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-topology2.xml
tests/qemuxml2argvdata/cpu-topology3.args [deleted file]
tests/qemuxml2argvdata/cpu-topology3.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-topology3.xml
tests/qemuxml2argvdata/cpu-topology4.x86_64-latest.args [new file with mode: 0644]
tests/qemuxml2argvdata/cpu-topology4.xml [new file with mode: 0644]
tests/qemuxml2argvdata/smp-dies.args [deleted file]
tests/qemuxml2argvdata/smp-dies.xml [deleted file]
tests/qemuxml2argvdata/smp.args [deleted file]
tests/qemuxml2argvdata/smp.xml [deleted file]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/smp.x86_64-latest.xml [deleted file]
tests/qemuxml2xmltest.c