iotests: remove qemu_io_silent() and qemu_io_silent_check().
commit72cfb937b833ea6f49d022e1c7705eb9017a7c5d
authorJohn Snow <jsnow@redhat.com>
Mon, 18 Apr 2022 21:15:03 +0000 (18 17:15 -0400)
committerHanna Reitz <hreitz@redhat.com>
Mon, 25 Apr 2022 12:30:34 +0000 (25 14:30 +0200)
tree47e2df3c0c7259277afbca64e6855988f2aeadaa
parent23d44dcb7c247347a0c3e4565c4cd7e4d2a5183a
iotests: remove qemu_io_silent() and qemu_io_silent_check().

Like qemu-img, qemu-io returning 0 should be the norm and not the
exception. Remove all calls to qemu_io_silent that just assert the
return code is zero (That's every last call, as it turns out), and
replace them with a normal qemu_io() call.

qemu_io_silent_check() appeared to have been unused already.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20220418211504.943969-12-jsnow@redhat.com>
Signed-off-by: Hanna Reitz <hreitz@redhat.com>
tests/qemu-iotests/216
tests/qemu-iotests/218
tests/qemu-iotests/224
tests/qemu-iotests/258
tests/qemu-iotests/298
tests/qemu-iotests/310
tests/qemu-iotests/iotests.py
tests/qemu-iotests/tests/image-fleecing
tests/qemu-iotests/tests/mirror-ready-cancel-error
tests/qemu-iotests/tests/stream-error-on-reset