diff options
author | Max Reitz <mreitz@redhat.com> | 2013-12-20 19:28:23 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-01-22 12:07:18 +0100 |
commit | 30bd6a4dafe2f79909451ef5769561c9a9d3eaca (patch) | |
tree | 244ed6eab19dbdb11a2d854b4b9b16d2a68fcec7 /tests/qemu-iotests/group | |
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>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index cc750c986e..1194339915 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -77,5 +77,6 @@ 068 rw auto 069 rw auto 070 rw auto +071 rw auto 073 rw auto 074 rw auto |