]> git.proxmox.com Git - mirror_qemu.git/commitdiff
iotests: 086: Add raw format
authorFam Zheng <famz@redhat.com>
Wed, 23 Dec 2015 06:26:19 +0000 (14:26 +0800)
committerMax Reitz <mreitz@redhat.com>
Thu, 7 Jan 2016 20:30:16 +0000 (21:30 +0100)
Raw is as qualified as qcow2 for this test case, add it for more
coverage.

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 1450851979-15580-1-git-send-email-famz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/086

index 234eb9a91c2985b902e903f16f2e230fac6309c9..5527e864fb0286f9e96f0f596cfd541d3a6f14d7 100755 (executable)
@@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.rc
 . ./common.filter
 
-_supported_fmt qcow2
+_supported_fmt qcow2 raw
 _supported_proto file nfs
 _supported_os Linux