qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: <likejun6@huawei.com>
To: <qemu-block@nongnu.org>
Cc: kwolf@redhat.com, zhang.zhanghailiang@huawei.com,
	qemu-devel@nongnu.org, xiexiangyou@huawei.com, mreitz@redhat.com,
	likejun <likejun6@huawei.com>
Subject: [PATCH 0/4] Test qemu-img with different options
Date: Wed, 21 Oct 2020 15:33:51 +0800	[thread overview]
Message-ID: <20201021073355.2499-1-likejun6@huawei.com> (raw)

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




             reply	other threads:[~2020-10-21  8:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-21  7:33 likejun6 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201021073355.2499-1-likejun6@huawei.com \
    --to=likejun6@huawei.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=xiexiangyou@huawei.com \
    --cc=zhang.zhanghailiang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).