summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/103.out
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2015-06-01 18:09:18 +0200
committerKevin Wolf <kwolf@redhat.com>2015-06-12 15:54:01 +0200
commita4291eafc597c0944057930acf3e51d899f79c2e (patch)
tree17002b458b71ed6d30cd00baff633ee536cbfc4c /tests/qemu-iotests/103.out
parent57e216695948a79d9ced82fc217a37cce70fd986 (diff)
iotests: qcow2 COW with minimal L2 cache size
This adds a test case to test 103 for performing a COW operation in a qcow2 image using an L2 cache with minimal size (which should be at least two clusters so the COW can access both source and destination simultaneously). Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Alberto Garcia <berto@igalia.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/103.out')
-rw-r--r--tests/qemu-iotests/103.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qemu-iotests/103.out b/tests/qemu-iotests/103.out
index ee705b05f0..d05f49fdba 100644
--- a/tests/qemu-iotests/103.out
+++ b/tests/qemu-iotests/103.out
@@ -26,4 +26,9 @@ read 65536/65536 bytes at offset 0
64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
read 65536/65536 bytes at offset 0
64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
+
+=== Testing minimal L2 cache and COW ===
+
+wrote 65536/65536 bytes at offset 0
+64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
*** done