diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2014-03-26 13:05:24 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-04-01 13:59:46 +0200 |
commit | 05560fcebb1528f4354f6f24d1eb8cdbcdf2c4b2 (patch) | |
tree | 83411254894b6fba69b6fae6cb8050fcc05a5ff0 /tests/qemu-iotests/075.out | |
parent | 47f73da0a7d36e399eaa353d93afce90de9b599d (diff) |
qemu-iotests: add cloop input validation tests
Add a cloop format-specific test case. Later patches add tests for
input validation to the script.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/075.out')
-rw-r--r-- | tests/qemu-iotests/075.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/qemu-iotests/075.out b/tests/qemu-iotests/075.out new file mode 100644 index 0000000000..26661fa17e --- /dev/null +++ b/tests/qemu-iotests/075.out @@ -0,0 +1,6 @@ +QA output created by 075 + +== check that the first sector can be read == +read 512/512 bytes at offset 0 +512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +*** done |