commit | 30bd6a4dafe2f79909451ef5769561c9a9d3eaca | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Fri Dec 20 19:28:23 2013 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Jan 22 12:07:18 2014 +0100 |
tree | 244ed6eab19dbdb11a2d854b4b9b16d2a68fcec7 | |
parent | 3fb11779ca5f1d601adeb5870ba79e61e81a4cce [diff] |
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>