]> www.infradead.org Git - users/dwmw2/qemu.git/commit
iotests: Move qmp_to_opts() to VM
authorKevin Wolf <kwolf@redhat.com>
Tue, 8 May 2018 16:10:16 +0000 (18:10 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 23 May 2018 12:30:51 +0000 (14:30 +0200)
commit62a9428812c0f4aacbf2f7fdf449fa4f4ab3775c
treea01be0fbc2edc337244e0dd33ccd85448d63287f
parent9f6bb4c004a6458227b9eec6aff3f79afe159699
iotests: Move qmp_to_opts() to VM

qmp_to_opts() used to be a method of QMPTestCase, but recently we
started to add more Python test cases that don't make use of
QMPTestCase. In order to make the method usable there, move it to VM.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/041
tests/qemu-iotests/155
tests/qemu-iotests/iotests.py