aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/025
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@dreamhost.com>2011-04-12 17:47:45 -0700
committerKevin Wolf <kwolf@redhat.com>2012-02-23 10:29:47 +0100
commit92eeab5bf59cee88768268fd249d19315454eef9 (patch)
treef6de75458233a46bb0c05712574ff207f5b2c080 /tests/qemu-iotests/025
parent5e654e08ff62bed2dd58ccb59466bcc1333450f4 (diff)
qemu-iotests: Update rbd support
rbd implements bdrv_truncate, so test 025 will work. Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests/qemu-iotests/025')
-rwxr-xr-xtests/qemu-iotests/0252
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/025 b/tests/qemu-iotests/025
index fba44a47f..691b6da6d 100755
--- a/tests/qemu-iotests/025
+++ b/tests/qemu-iotests/025
@@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.pattern
_supported_fmt raw qcow2
-_supported_proto file sheepdog
+_supported_proto file sheepdog rbd
_supported_os Linux
echo "=== Creating image"