From: likejun <likej...@huawei.com> This patch set add those iotests: 308: Test thick image creation, size and rw; 309: Test raw thin provisioned image creation, size and rw; 310: Test falloc image creation, size and rw; 311: Test backing file is raw;
likejun (4): qemu-iotest: add 308 testcase qemu-iotest: add 309 testcase qemu-iotest: add 310 testcase qemu-iotest: add 311 testcase tests/qemu-iotests/308 | 104 +++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/308.out | 21 ++++++++ tests/qemu-iotests/309 | 102 ++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/309.out | 21 ++++++++ tests/qemu-iotests/310 | 104 +++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/310.out | 21 ++++++++ tests/qemu-iotests/311 | 70 +++++++++++++++++++++++++ tests/qemu-iotests/311.out | 30 +++++++++++ tests/qemu-iotests/group | 4 ++ 9 files changed, 477 insertions(+) create mode 100755 tests/qemu-iotests/308 create mode 100644 tests/qemu-iotests/308.out create mode 100755 tests/qemu-iotests/309 create mode 100644 tests/qemu-iotests/309.out create mode 100755 tests/qemu-iotests/310 create mode 100644 tests/qemu-iotests/310.out create mode 100755 tests/qemu-iotests/311 create mode 100644 tests/qemu-iotests/311.out -- 2.19.1