]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: use iotests.VM in 238
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 27 Feb 2019 14:44:13 +0000 (14:44 +0000)
committerKevin Wolf <kwolf@redhat.com>
Fri, 8 Mar 2019 11:26:45 +0000 (12:26 +0100)
commitb74b1adef00504c0df2d9600cec9ea824349952c
treef901ecef9bca74e1aa5a52489d3fcb5dfc53dee0
parentc4e0780ed1ffd056f205348d387a61b4136a45df
iotests: use iotests.VM in 238

Test 238 does not require the kvm accelerator.  Using the qtest
accelerator allows the test to run in both non-kvm and non-tcg
environments.

iotests.VM implicitly uses the qtest accelerator and is really the class
that this test should be using.  Switch to that instead of
qemu.QEMUMachine.

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/238