mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 21:32:52 +00:00
990f9bcc73
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>
26 lines
629 B
Text
26 lines
629 B
Text
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
|