qemu-iotests: 068: don't require KVM
authorSascha Silbe <silbe@linux.vnet.ibm.com>
Tue, 5 Apr 2016 09:21:47 +0000 (11:21 +0200)
committerMax Reitz <mreitz@redhat.com>
Tue, 12 Apr 2016 16:07:39 +0000 (18:07 +0200)
None of the other test cases explicitly enable KVM and there's no
obvious reason for 068 to require it. Drop this so all test cases can be
executed in environments where KVM is not available (e.g. because the
user doesn't have sufficient permissions to access /dev/kvm).

Signed-off-by: Sascha Silbe <silbe@linux.vnet.ibm.com>
Reviewed-by: Bo Tu <tubo@linux.vnet.ibm.com>
Message-id: 1459848109-29756-6-git-send-email-silbe@linux.vnet.ibm.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/068

index 58d1d80e7850b05e8d2b641df97c5e6e55339ccb..7562dd77eed320b52648f6e341cb0de97e98df42 100755 (executable)
@@ -53,7 +53,7 @@ _make_test_img $IMG_SIZE
 
 case "$QEMU_DEFAULT_MACHINE" in
   s390-ccw-virtio)
-      platform_parm="-no-shutdown -machine accel=kvm"
+      platform_parm="-no-shutdown"
       ;;
   *)
       platform_parm=""