]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Add tests for CPU selection in qemu driver
authorJiri Denemark <jdenemar@redhat.com>
Fri, 16 Apr 2010 06:21:23 +0000 (08:21 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 2 Dec 2010 10:13:09 +0000 (11:13 +0100)
commit6fda7ea5377149c37c0eb91ed8ddc62fa89798e0
tree15c2c60d88550ad8c332aa3316a6ecece185099e
parent9237e9558a75f254214c71102704cd600a4541e6
tests: Add tests for CPU selection in qemu driver
18 files changed:
tests/qemuxml2argvdata/qemu.sh [new file with mode: 0755]
tests/qemuxml2argvdata/qemuxml2argv-cpu-exact1.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-exact1.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-exact2.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-exact2.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-minimum1.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-minimum1.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-minimum2.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-minimum2.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-strict1.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-strict1.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-topology1.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-topology1.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-topology2.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-topology2.xml [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-topology3.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-cpu-topology3.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c