]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xlconfigtests: use qemu-xen in all test data files
authorJim Fehlig <jfehlig@suse.com>
Thu, 12 May 2016 20:40:29 +0000 (14:40 -0600)
committerCole Robinson <crobinso@redhat.com>
Mon, 16 May 2016 13:20:55 +0000 (09:20 -0400)
commit2d302d79026f2111714e7ed21eb70945902174ba
tree2ec5d651a666ae8612590a6fc3009be0c3c3fa84
parent50b9de5b0328826a6571f89bac3e3a1f9d54fc52
xlconfigtests: use qemu-xen in all test data files

Some of the test configuration files in tests/xlconfigdata
use the old qemu-dm as the emulator. Many of the configuration
features tested (spice, rbd, multi-usb) are not even usable with
the old qemu. Change these files to use the new qemu-xen (also
known as qemu upstream) emulator.

Note: This change fixes xlconfigtest failures when the old
qemu is actually installed on the system. During device post
parse, the libxl driver attempts to invoke the emulator to
determine if it is the old or new qemu so it can properly set
video RAM defaults. With the old qemu installed, the default
video RAM was set differently than the expected value.
Changing all the test data files to use qemu-xen ensures
predictable results wrt default video RAM size.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
(cherry picked from commit b90c4b5f505698d600303c5b4f03f5d229b329dd)
18 files changed:
tests/xlconfigdata/test-disk-positional-parms-full.cfg
tests/xlconfigdata/test-disk-positional-parms-full.xml
tests/xlconfigdata/test-disk-positional-parms-partial.cfg
tests/xlconfigdata/test-disk-positional-parms-partial.xml
tests/xlconfigdata/test-fullvirt-multiusb.cfg
tests/xlconfigdata/test-fullvirt-multiusb.xml
tests/xlconfigdata/test-fullvirt-nohap.cfg
tests/xlconfigdata/test-fullvirt-nohap.xml
tests/xlconfigdata/test-new-disk.cfg
tests/xlconfigdata/test-new-disk.xml
tests/xlconfigdata/test-rbd-multihost-noauth.cfg
tests/xlconfigdata/test-rbd-multihost-noauth.xml
tests/xlconfigdata/test-spice-features.cfg
tests/xlconfigdata/test-spice-features.xml
tests/xlconfigdata/test-spice.cfg
tests/xlconfigdata/test-spice.xml
tests/xlconfigdata/test-vif-rate.cfg
tests/xlconfigdata/test-vif-rate.xml