summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/024
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2010-10-31 16:10:20 -0400
committerKevin Wolf <kwolf@redhat.com>2012-02-23 10:29:46 +0100
commitf5a4bbd91348ad765ac2a5d760216f2c3e0261f4 (patch)
tree3830b4c4ae248ae8addc700d01eafd224086b24c /tests/qemu-iotests/024
parent2684871af50cd8efbe753abe333f0acca6d9ab98 (diff)
downloadqemu-f5a4bbd91348ad765ac2a5d760216f2c3e0261f4.tar.gz
qemu-iotests: add support for qed format
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tests/qemu-iotests/024')
-rwxr-xr-xtests/qemu-iotests/0244
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/024 b/tests/qemu-iotests/024
index 48680ca048..ff6e9842c9 100755
--- a/tests/qemu-iotests/024
+++ b/tests/qemu-iotests/024
@@ -41,8 +41,8 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.filter
. ./common.pattern
-# Currently only qcow2 supports rebasing
-_supported_fmt qcow2
+# Currently only qcow2 and qed support rebasing
+_supported_fmt qcow2 qed
_supported_os Linux
CLUSTER_SIZE=65536