diff options
author | Alberto Garcia | 2021-06-10 14:05:37 +0200 |
---|---|---|
committer | Kevin Wolf | 2021-06-29 16:51:00 +0200 |
commit | 4c5393f169ca8587cc766928293bbcbbbdff78a4 (patch) | |
tree | 7cde9dee00e87607dc644c8a952ef8a4b5fdbb74 /tests/qemu-iotests/245.out | |
parent | block: Allow changing bs->file on reopen (diff) | |
download | qemu-4c5393f169ca8587cc766928293bbcbbbdff78a4.tar.gz qemu-4c5393f169ca8587cc766928293bbcbbbdff78a4.tar.xz qemu-4c5393f169ca8587cc766928293bbcbbbdff78a4.zip |
iotests: Test replacing files with x-blockdev-reopen
This patch adds new tests in which we use x-blockdev-reopen to change
bs->file
Signed-off-by: Alberto Garcia <berto@igalia.com>
Message-Id: <20210610120537.196183-10-vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/245.out')
-rw-r--r-- | tests/qemu-iotests/245.out | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/qemu-iotests/245.out b/tests/qemu-iotests/245.out index 99c12f4f98..daf1e51922 100644 --- a/tests/qemu-iotests/245.out +++ b/tests/qemu-iotests/245.out @@ -10,8 +10,15 @@ {"return": {}} {"data": {"id": "stream0", "type": "stream"}, "event": "BLOCK_JOB_PENDING", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} {"data": {"device": "stream0", "len": 3145728, "offset": 3145728, "speed": 0, "type": "stream"}, "event": "BLOCK_JOB_COMPLETED", "timestamp": {"microseconds": "USECS", "seconds": "SECS"}} -............... +....read 1/1 bytes at offset 262144 +1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +read 1/1 bytes at offset 262152 +1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +read 1/1 bytes at offset 262160 +1 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +.............. ---------------------------------------------------------------------- -Ran 21 tests +Ran 24 tests OK |