Adds option to test the dmg format.
Signed-off-by: Colin Lord <[email protected]>
---
tests/qemu-iotests/common | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common
index d60ea2c..dc937c7 100644
--- a/tests/qemu-iotests/common
+++ b/tests/qemu-iotests/common
@@ -140,6 +140,7 @@ common options
check options
-raw test raw (default)
+ -dmg test dmg
-bochs test bochs
-cloop test cloop
-parallels test parallels
@@ -181,6 +182,12 @@ testlist options
xpand=false
;;
+ -dmg)
+ IMGFMT=dmg
+ IMGFMT_GENERIC=false
+ xpand=false
+ ;;
+
-bochs)
IMGFMT=bochs
IMGFMT_GENERIC=false
--
2.5.5