diff mbox

[RFC,V8,24/24] qcow2: Enable deduplication tests

Message ID 1371738392-9594-25-git-send-email-benoit@irqsave.net
State New
Headers show

Commit Message

BenoƮt Canet June 20, 2013, 2:26 p.m. UTC
---
 tests/qemu-iotests/common |    6 ++++++
 1 file changed, 6 insertions(+)
diff mbox

Patch

diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common
index 6826ea7..2483742 100644
--- a/tests/qemu-iotests/common
+++ b/tests/qemu-iotests/common
@@ -130,6 +130,7 @@  check options
     -cow                test cow
     -qcow               test qcow
     -qcow2              test qcow2
+    -qcow2_dedup        test qcow2 deduplication
     -qed                test qed
     -vdi                test vdi
     -vpc                test vpc
@@ -175,6 +176,11 @@  testlist options
 	    xpand=false
 	    ;;
 
+	-qcow2_dedup)
+	    IMGFMT=qcow2_dedup
+	    xpand=false
+	    ;;
+
 	-qed)
 	    IMGFMT=qed
 	    xpand=false