OSDN Git Service

iotests: Let 216 make use of qemu-io's exit code
authorMax Reitz <mreitz@redhat.com>
Wed, 9 May 2018 19:43:02 +0000 (21:43 +0200)
committerMax Reitz <mreitz@redhat.com>
Mon, 11 Jun 2018 14:18:45 +0000 (16:18 +0200)
commite4ca4e981a0a389d6af5dc5d8b5fbdd1a05276a0
tree2deac093572a2b834566d3fdb9b7f66ba015ccae
parent745f2bf4a5b973d1a69b21db97f9e4219da60624
iotests: Let 216 make use of qemu-io's exit code

As a showcase of how you can use qemu-io's exit code to determine
success or failure (same for qemu-img), this test is changed to use
qemu_io_silent() instead of qemu_io(), and to assert the exit code
instead of logging the filtered result.

One real advantage of this is that in case of an error, you get a
backtrace that helps you locate the issue in the test file quickly.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 20180509194302.21585-6-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/216
tests/qemu-iotests/216.out