This is the testcase for the copy-on-read fix I merged in a hurry for 4.1.0-rc3.
Kevin Wolf (3): iotests: Move migration helpers to iotests.py iotests: Enable -d for Python non-unittest tests iotests: Test migration with all kinds of filter nodes tests/qemu-iotests/194 | 1 + tests/qemu-iotests/202 | 1 + tests/qemu-iotests/203 | 2 + tests/qemu-iotests/206 | 1 + tests/qemu-iotests/207 | 1 + tests/qemu-iotests/208 | 1 + tests/qemu-iotests/210 | 1 + tests/qemu-iotests/211 | 1 + tests/qemu-iotests/212 | 1 + tests/qemu-iotests/213 | 1 + tests/qemu-iotests/216 | 2 + tests/qemu-iotests/218 | 1 + tests/qemu-iotests/219 | 1 + tests/qemu-iotests/222 | 1 + tests/qemu-iotests/224 | 2 + tests/qemu-iotests/228 | 2 + tests/qemu-iotests/234 | 30 ++++--------- tests/qemu-iotests/236 | 1 + tests/qemu-iotests/237 | 1 + tests/qemu-iotests/246 | 1 + tests/qemu-iotests/255 | 1 + tests/qemu-iotests/256 | 1 + tests/qemu-iotests/262 | 84 +++++++++++++++++++++++++++++++++++ tests/qemu-iotests/262.out | 17 +++++++ tests/qemu-iotests/group | 1 + tests/qemu-iotests/iotests.py | 39 ++++++++++++---- 26 files changed, 166 insertions(+), 30 deletions(-) create mode 100755 tests/qemu-iotests/262 create mode 100644 tests/qemu-iotests/262.out -- 2.20.1