tests/qemu-iotests/235: Allow fallback to tcg
commitf18957b854495129f2e8d6838df3bf47d1c1479c
authorThomas Huth <thuth@redhat.com>
Wed, 27 Mar 2019 09:23:42 +0000 (27 10:23 +0100)
committerKevin Wolf <kwolf@redhat.com>
Tue, 2 Apr 2019 10:04:56 +0000 (2 12:04 +0200)
tree086dd7ce486e1919f272982b5f620790c16f7851
parentd20ba603f2d1462f7c39c6aa1f7e0968a18fda0c
tests/qemu-iotests/235: Allow fallback to tcg

iotest 235 currently only works with KVM - this is bad for systems where
it is not available, e.g. CI pipelines. The test also works when using
"tcg" as accelerator, so we can simply add that to the list of accelerators,
too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/235