projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e00e2
)
iotests: 086: Add raw format
author
Fam Zheng
<famz@redhat.com>
Wed, 23 Dec 2015 06:26:19 +0000
(14:26 +0800)
committer
Max 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
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/086
b/tests/qemu-iotests/086
index 234eb9a91c2985b902e903f16f2e230fac6309c9..5527e864fb0286f9e96f0f596cfd541d3a6f14d7 100755
(executable)
--- a/
tests/qemu-iotests/086
+++ b/
tests/qemu-iotests/086
@@
-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