diff options
author | MORITA Kazutaka | 2011-01-17 18:01:17 +0100 |
---|---|---|
committer | Kevin Wolf | 2012-02-23 10:29:46 +0100 |
commit | 9cdfa1b34e22bc09e80042b1ef3e4a5096f260d5 (patch) | |
tree | 5e35bba9d58160dc12df1bc3b88e2418f27d834e /tests/qemu-iotests/013 | |
parent | qemu-iotests: filter IMGFMT correctly in 019 (diff) | |
download | qemu-9cdfa1b34e22bc09e80042b1ef3e4a5096f260d5.tar.gz qemu-9cdfa1b34e22bc09e80042b1ef3e4a5096f260d5.tar.xz qemu-9cdfa1b34e22bc09e80042b1ef3e4a5096f260d5.zip |
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 <morita.kazutaka@lab.ntt.co.jp>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests/qemu-iotests/013')
-rwxr-xr-x | tests/qemu-iotests/013 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/013 b/tests/qemu-iotests/013 index 0671bf6ddc..ce40d5c5b6 100755 --- a/tests/qemu-iotests/013 +++ b/tests/qemu-iotests/013 @@ -41,6 +41,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 # much of this could be generic for any format supporting compression. _supported_fmt qcow qcow2 +_supported_proto generic _supported_os Linux TEST_OFFSETS="0 4294967296" |