qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC V8 24/24] qcow2: Enable deduplication tests


From: Benoît Canet
Subject: [Qemu-devel] [RFC V8 24/24] qcow2: Enable deduplication tests
Date: Thu, 20 Jun 2013 16:26:32 +0200

---
 tests/qemu-iotests/common |    6 ++++++
 1 file changed, 6 insertions(+)

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
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]