diff options
author | yuchenlin <npes87184@gmail.com> | 2019-01-05 16:42:43 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2019-02-01 13:46:44 +0100 |
commit | 76f1cf0a5e279a28fb833104b97ea561e4293c47 (patch) | |
tree | a80a995014a5af5c3eab44a976d226d5bd721650 /tests/qemu-iotests/239.out | |
parent | cdc674c7360b59486f5e5aaaa44f7395d2e15888 (diff) |
qemu-iotests: add test case for dmg
Recently, some bugs in dmg file have been fixed. To prevent reading dmg
is broken someday in the future, add a simple test which ensures the
conversion from dmg to raw should not hang or face any I/O error.
Signed-off-by: yuchenlin <npes87184@gmail.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/239.out')
-rw-r--r-- | tests/qemu-iotests/239.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/qemu-iotests/239.out b/tests/qemu-iotests/239.out new file mode 100644 index 0000000000..bedbad065b --- /dev/null +++ b/tests/qemu-iotests/239.out @@ -0,0 +1,4 @@ +QA output created by 239 + +== Testing conversion to raw should success == +*** done |