summaryrefslogtreecommitdiff
path: root/tests/virsh-define-dev-segfault
diff options
context:
space:
mode:
authorPavel Hrdina <phrdina@redhat.com>2017-04-06 18:19:48 +0200
committerPavel Hrdina <phrdina@redhat.com>2017-04-11 14:06:47 +0200
commite6e26a899df05e3c1b36c40eef5ba0a4b1e36f95 (patch)
tree9fd2548e1b1e82ad0b1ed0b745dcdf89ac47b6f7 /tests/virsh-define-dev-segfault
parente9a85a6e4ffab83310198abe875baa31d3fdf2a8 (diff)
downloadlibvirt-e6e26a899df05e3c1b36c40eef5ba0a4b1e36f95.tar.gz
tests: unify qemu binary paths for all qemu related tests
Our test data used a lot of different qemu binary paths and some of them were based on downstream systems. Note that there is one file where I had to add "accel=kvm" because the qemuargv2xml code parses "/usr/bin/kvm" as virt type="kvm". Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Diffstat (limited to 'tests/virsh-define-dev-segfault')
-rwxr-xr-xtests/virsh-define-dev-segfault2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/virsh-define-dev-segfault b/tests/virsh-define-dev-segfault
index 44fc6dca9a..06f548fda7 100755
--- a/tests/virsh-define-dev-segfault
+++ b/tests/virsh-define-dev-segfault
@@ -31,7 +31,7 @@ cat <<\EOF > D.xml || fail=1
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
- <emulator>/usr/bin/qemu-kvm</emulator>
+ <emulator>/usr/bin/qemu-system-i686</emulator>
<controller type='usb' index='0'/>
<serial type='pty'>
<target port='0'/>