On 2013年12月12日 02:11, Max Reitz wrote:
Add a test for the new blkdebug/blkverify interface.

Signed-off-by: Max Reitz <mre...@redhat.com>
---
  tests/qemu-iotests/071     | 201 +++++++++++++++++++++++++++++++++++++++++++++
  tests/qemu-iotests/071.out |  73 ++++++++++++++++
  tests/qemu-iotests/group   |   1 +
  3 files changed, 275 insertions(+)
  create mode 100755 tests/qemu-iotests/071
  create mode 100644 tests/qemu-iotests/071.out

diff --git a/tests/qemu-iotests/071 b/tests/qemu-iotests/071
new file mode 100755
index 0000000..4be525e
--- /dev/null
+++ b/tests/qemu-iotests/071
@@ -0,0 +1,201 @@
+#!/bin/bash

Is is intended to use hand coded json instead of iotests.py for QMP test here?

Fam


Reply via email to