Am 10.11.2013 um 23:03 hat Wenchao Xia geschrieben: > Signed-off-by: Wenchao Xia <xiaw...@linux.vnet.ibm.com> > --- > tests/qemu-iotests/058 | 102 > ++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/058.out | 32 ++++++++++++++ > tests/qemu-iotests/check | 1 + > tests/qemu-iotests/group | 1 + > 4 files changed, 136 insertions(+), 0 deletions(-) > create mode 100755 tests/qemu-iotests/058 > create mode 100644 tests/qemu-iotests/058.out
I think this should have: _supported_proto nbd Or otherwise the check in common needs to be changed. At least for me the test failed without an error message because I didn't have a qemu-nbd symlink in place. Kevin