iotests: Test new blkdebug/blkverify interface
commit30bd6a4dafe2f79909451ef5769561c9a9d3eaca
authorMax Reitz <mreitz@redhat.com>
Fri, 20 Dec 2013 18:28:23 +0000 (20 19:28 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Jan 2014 11:07:18 +0000 (22 12:07 +0100)
tree244ed6eab19dbdb11a2d854b4b9b16d2a68fcec7
parent3fb11779ca5f1d601adeb5870ba79e61e81a4cce
iotests: Test new blkdebug/blkverify interface

Add a test for the new blkdebug/blkverify interface.

This test is not written in Python, although it uses QMP. This is
because it invokes the qemu-io HMP command, which outputs errors to
stderr instead of returning them through QMP. Filtering and testing that
output is easier in a shell script than with the Python infrastructure.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/071 [new file with mode: 0755]
tests/qemu-iotests/071.out [new file with mode: 0644]
tests/qemu-iotests/group