diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2014-08-21 13:44:08 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-08-22 11:01:12 +0200 |
commit | 8d9eb33ca0bbb8bca0f1775623ed3cf5f39760cd (patch) | |
tree | a755ba21ef2a577f75bfa47d2bd892a15029fd16 /tests/qemu-iotests/101.out | |
parent | 61ed73cff427206b3a959b18a4877952f566279b (diff) |
qemu-iotests: add test case 101 for short file I/O
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/101.out')
-rw-r--r-- | tests/qemu-iotests/101.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qemu-iotests/101.out b/tests/qemu-iotests/101.out new file mode 100644 index 0000000000..9a996e8fc8 --- /dev/null +++ b/tests/qemu-iotests/101.out @@ -0,0 +1,10 @@ +QA output created by 101 + +== creating short image file == +320+0 records in +320+0 records out + +== reading bytes beyond EOF gives zeroes == +read 512/512 bytes at offset 0 +512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +*** done |