qemu-patch-raspberry4/tests/qemu-iotests/091.out
Max Reitz 990f9bcc73 iotests: Make 091 work with data_file
The image end offset as reported by qemu-img check is different when
using an external data file; we do not care about its value here, so we
can just filter it.  Incidentally, common.rc already has _check_test_img
for us which does exactly that.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Message-id: 20191107163708.833192-18-mreitz@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
2020-01-06 13:43:07 +01:00

27 lines
629 B
Plaintext

QA output created by 091
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
=== Starting QEMU VM1 ===
=== Starting QEMU VM2 ===
=== VM 1: Migrate from VM1 to VM2 ===
vm1: qemu-io disk write complete
vm1: live migration started
vm1: live migration completed
=== VM 2: Post-migration, write to disk, verify running ===
vm2: qemu-io disk write complete
vm2: qemu process running successfully
vm2: flush io, and quit
Check image pattern
read 4194304/4194304 bytes at offset 0
4 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
Running 'qemu-img check -r all $TEST_IMG'
No errors were found on the image.
*** done