qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Test qemu-img with different options
@ 2020-10-21  7:33 likejun6
  2020-10-21  7:33 ` [PATCH 1/4] qemu-iotest: add 308 testcase likejun6
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: likejun6 @ 2020-10-21  7:33 UTC (permalink / raw)
  To: qemu-block
  Cc: kwolf, zhang.zhanghailiang, qemu-devel, xiexiangyou, mreitz, likejun

From: likejun <likejun6@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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-21  8:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-21  7:33 [PATCH 0/4] Test qemu-img with different options likejun6
2020-10-21  7:33 ` [PATCH 1/4] qemu-iotest: add 308 testcase likejun6
2020-10-21  7:33 ` [PATCH 2/4] qemu-iotest: add 309 testcase likejun6
2020-10-21  7:33 ` [PATCH 3/4] qemu-iotest: add 310 testcase likejun6
2020-10-21  7:33 ` [PATCH 4/4] qemu-iotest: add 311 testcase likejun6

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).