qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, Max Reitz <mreitz@redhat.com>,
	Eric Blake <eblake@redhat.com>,
	"Daniel P. Berrange" <berrange@redhat.com>
Subject: [Qemu-devel] [PATCH v6 0/5] Improve I/O tests coverage of LUKS driver
Date: Mon, 26 Jun 2017 13:35:05 +0100	[thread overview]
Message-ID: <20170626123510.20134-1-berrange@redhat.com> (raw)

The main goal of this series is to get the I/O tests passing
100% with LUKS when run with './check -luks'. It also adds a
few more combinations to the LUKS/dmcrypt interoperability
test.

To make LUKS testing not quite as slow, we drop the PBKDF
iteration count down to a very small value. This doesn't
remove all overhead, as formatting the volume will always
measure PBKDF timing over a 1 second interval.

Changed in v6:

 - Fix quoting of $TEST_IMG (Eric/Max)
 - Remove accidental use of tabs (Max)
 - Drop unused SYSEMU_EXTRA_ARGS (Max)
 - Remove accidental import of 'time' module (Max)

Changed in v5:

 - Rebase to kevin/block  git tree instead of master
 - Fix LUKS compat in new test 181

Changed in v4:

 - Fix misc mistakes in syntax conversion (Max)
 - Drop changes to 120 & mark it unsupported (Max)
 - Use _unsupported_fmt (Max)

Changed in v3:

 - Fix some typos in commit message(s) (Eric)

Changed in v2:

 - Split off patch that change check.time recording since
   it was not a direct dependancy
 - Skip new 159 & 170 tests which don't work due to qemu-img
   dd limitations

Daniel P. Berrange (5):
  iotests: skip 159 & 170 with luks format
  iotests: fix remainining tests to work with LUKS
  iotests: reduce PBKDF iterations when testing LUKS
  iotests: add more LUKS hash combination tests
  iotests: chown LUKS device before qemu-io launches

 tests/qemu-iotests/033           |   12 +-
 tests/qemu-iotests/120           |    1 +
 tests/qemu-iotests/140           |    9 +-
 tests/qemu-iotests/145           |   19 +-
 tests/qemu-iotests/149           |   25 +-
 tests/qemu-iotests/149.out       | 1002 ++++++++++++++++++++++++++++----------
 tests/qemu-iotests/157           |   17 +-
 tests/qemu-iotests/157.out       |   16 +-
 tests/qemu-iotests/159           |    1 +
 tests/qemu-iotests/170           |    1 +
 tests/qemu-iotests/174           |    2 +-
 tests/qemu-iotests/181           |   21 +-
 tests/qemu-iotests/common.filter |    3 +-
 tests/qemu-iotests/common.qemu   |    9 +-
 tests/qemu-iotests/common.rc     |    3 +
 15 files changed, 841 insertions(+), 300 deletions(-)

-- 
2.9.3

             reply	other threads:[~2017-06-26 12:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-26 12:35 Daniel P. Berrange [this message]
2017-06-26 12:35 ` [Qemu-devel] [PATCH v6 1/5] iotests: skip 159 & 170 with luks format Daniel P. Berrange
2017-06-26 12:35 ` [Qemu-devel] [PATCH v6 2/5] iotests: fix remainining tests to work with LUKS Daniel P. Berrange
2017-06-26 12:35 ` [Qemu-devel] [PATCH v6 3/5] iotests: reduce PBKDF iterations when testing LUKS Daniel P. Berrange
2017-06-26 12:35 ` [Qemu-devel] [PATCH v6 4/5] iotests: add more LUKS hash combination tests Daniel P. Berrange
2017-06-26 12:35 ` [Qemu-devel] [PATCH v6 5/5] iotests: chown LUKS device before qemu-io launches Daniel P. Berrange
2017-06-27 14:43 ` [Qemu-devel] [PATCH v6 0/5] Improve I/O tests coverage of LUKS driver no-reply
2017-06-27 14:52   ` Fam Zheng
2017-06-30 14:18 ` Max Reitz

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=20170626123510.20134-1-berrange@redhat.com \
    --to=berrange@redhat.com \
    --cc=eblake@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /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).