On 2018-05-09 18:26, Kevin Wolf wrote: > 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 > --- > tests/qemu-iotests/041 | 6 +++--- > tests/qemu-iotests/155 | 2 +- > tests/qemu-iotests/iotests.py | 45 ++++++++++++++++++++++--------------------- > 3 files changed, 27 insertions(+), 26 deletions(-) Reviewed-by: Max Reitz