aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/025.out
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2013-11-18 15:13:01 +0800
committerKevin Wolf <kwolf@redhat.com>2013-11-29 17:41:13 +0100
commitc34b8012e877f494c7be5abdfb67b51242a6935e (patch)
tree868aa86298c86c37f917ecaba7a6d12cb9645c98 /tests/qemu-iotests/025.out
parent0d83c98bf15269e80e3558dc2c7b27e2f4386158 (diff)
qemu-iotests: Filter out 'qemu-io> ' prompt
This removes "qemu-io> " prompt from qemu-io output in _filter_qemu_io, and updates all the output files with the following command: cd tests/qemu-iotests && sed -i "s/qemu-io> //g" *.out Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/025.out')
-rw-r--r--tests/qemu-iotests/025.out18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/qemu-iotests/025.out b/tests/qemu-iotests/025.out
index d245727846..8c695e6394 100644
--- a/tests/qemu-iotests/025.out
+++ b/tests/qemu-iotests/025.out
@@ -5,23 +5,23 @@ Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
=== Writing whole image
=== IO: pattern 0xc5
-qemu-io> wrote 134217728/134217728 bytes at offset 0
+wrote 134217728/134217728 bytes at offset 0
128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
-qemu-io> No errors were found on the image.
+No errors were found on the image.
=== Resizing image
-qemu-io> 128 MiB
-qemu-io> qemu-io> 384 MiB
-qemu-io> No errors were found on the image.
+128 MiB
+384 MiB
+No errors were found on the image.
=== Verifying image size after reopen
384 MiB
=== Verifying resized image
=== IO: pattern 0xc5
-qemu-io> read 134217728/134217728 bytes at offset 0
+read 134217728/134217728 bytes at offset 0
128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
-qemu-io> === IO: pattern 0
-qemu-io> read 268435456/268435456 bytes at offset 134217728
+=== IO: pattern 0
+read 268435456/268435456 bytes at offset 134217728
256 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
-qemu-io> *** done
+*** done