]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: fix qemuxml2argvtest to be arch independent
authorPavel Hrdina <phrdina@redhat.com>
Sat, 7 Mar 2015 10:24:48 +0000 (11:24 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Mon, 9 Mar 2015 12:34:37 +0000 (13:34 +0100)
commitc2851781f1e27d04ae716787ada4e4335283ec58
tree4d542a9e4d16d164325f5bb4171b20953748a511
parent86ef105a1dc3c374886027f1b8983989d719a462
tests: fix qemuxml2argvtest to be arch independent

Commit 5aee81a0 introduced a new test for disk-serial.  The test fails
on i686 arch because there is no need to add "-cpu qemu32" to command
line.  To fix the test update emulator in XML to "/usr/bin/qemu" so we
don't add the "-cpu qemu32" to command while running the test on i686 or
x86_64 host.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
tests/qemuxml2argvdata/qemuxml2argv-disk-serial.args
tests/qemuxml2argvdata/qemuxml2argv-disk-serial.xml