]> xenbits.xensource.com Git - libvirt.git/commit
tests: Add test infrastructure for qemuMonitorGetCPUInfo
authorPeter Krempa <pkrempa@redhat.com>
Fri, 29 Jul 2016 16:08:06 +0000 (18:08 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 24 Aug 2016 19:44:47 +0000 (15:44 -0400)
commitf8638471d7f203a654e3b157dfd042a2239e2cb0
treeb6dde02b9c8688daef54d84a74ba159cadb1909c
parent9bbbc88a8f343be6217c49fc4eef033376c0c648
tests: Add test infrastructure for qemuMonitorGetCPUInfo

As the combination algorithm is rather complex and ugly it's necessary
to make sure it works properly. Add test suite infrastructure for
testing it along with a basic test based on x86_64 platform.
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-x86-basic-pluggable-cpus.json [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-x86-basic-pluggable-hotplug.json [new file with mode: 0644]
tests/qemumonitorjsondata/qemumonitorjson-cpuinfo-x86-basic-pluggable.data [new file with mode: 0644]
tests/qemumonitorjsontest.c