aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/244.out
AgeCommit message (Collapse)AuthorFilesLines
2020-02-18iotests: Test copy offloading with external data fileKevin Wolf1-0/+6
This adds a test for 'qemu-img convert' with copy offloading where the target image has an external data file. If the test hosts supports it, it tests both the case where copy offloading is supported and the case where it isn't (otherwise we just test unsupported twice). More specifically, the case with unsupported copy offloading tests qcow2_alloc_cluster_abort() with external data files. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20200211094900.17315-4-kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2019-04-30tests/qemu-iotests: Fix output of qemu-io related testsThomas Huth1-5/+5
One of the recent commits changed the way qemu-io prints out its errors and warnings - they are now prefixed with the program name. We've got to adapt the iotests accordingly to prevent that they are failing. Fixes: 99e98d7c9fc1a1639fad ("qemu-io: Use error_[gs]et_progname()") Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2019-03-08qemu-iotests: General tests for qcow2 with external data fileKevin Wolf1-0/+125
Signed-off-by: Kevin Wolf <kwolf@redhat.com>