]> xenbits.xensource.com Git - 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)
committerJim Fehlig <jfehlig@suse.com>
Fri, 13 May 2016 16:08:34 +0000 (10:08 -0600)
commitb90c4b5f505698d600303c5b4f03f5d229b329dd
treeaea02713fcb391a528fc56e62e9c774afeeb0275
parent400e716d7d8371fa718c27bb4f05b9a68929e64a
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>
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