Statistics
| Branch: | Revision:

root / tests / qemu-iotests / 021 @ a8aec295

History | View | Annotate | Download (1.5 kB)

# Date Author Comment
9cdfa1b3 02/23/2012 11:29 am MORITA Kazutaka

qemu-iotests: add support for rbd and sheepdog protocols

This patch introduces tests for protocols other than file, and
initially supports rbd and sheepdog.

Signed-off-by: MORITA Kazutaka <>
Signed-off-by: Christoph Hellwig <>

908eaf68 02/22/2012 05:17 pm Stefan Hajnoczi

qemu-iotests: explicitly use bash interpreter

The tests use bash language features like 'let', which aren't supported
by /bin/sh on systems that use a conservative shell like dash. This
patch changes the interpreter to /bin/bash.

Signed-off-by: Stefan Hajnoczi <>...

713d76e8 02/22/2012 05:17 pm Christoph Hellwig

qemu-iotests: test invalid pattern argument handling in qemu-io

Signed-off-by: Christoph Hellwig <>
Reviewed-by: Kevin Wolf <>

3da9c8fb 02/22/2012 05:17 pm Kevin Wolf

qemu-iotests: 019: Make cluster size dynamic

Change the offsets for test requests according to CLUSTER_SIZE.

Signed-off-by: Kevin Wolf <>
Signed-off-by: Christoph Hellwig <>