All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/5] Improve I/O tests coverage of LUKS
@ 2017-01-24 11:57 Daniel P. Berrange
  2017-01-24 11:57 ` [Qemu-devel] [PATCH v3 1/5] iotests: skip 159 & 170 with luks format Daniel P. Berrange
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Daniel P. Berrange @ 2017-01-24 11:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-block, Kevin Wolf, Max Reitz, Eric Blake, Daniel P. Berrange

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 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           |   16 +-
 tests/qemu-iotests/120           |   25 +-
 tests/qemu-iotests/140           |   15 +-
 tests/qemu-iotests/145           |   18 +-
 tests/qemu-iotests/149           |   26 +-
 tests/qemu-iotests/149.out       | 1002 ++++++++++++++++++++++++++++----------
 tests/qemu-iotests/157           |   17 +-
 tests/qemu-iotests/157.out       |   16 +-
 tests/qemu-iotests/159           |    2 +-
 tests/qemu-iotests/170           |    2 +-
 tests/qemu-iotests/common.filter |    3 +-
 tests/qemu-iotests/common.rc     |    3 +
 12 files changed, 847 insertions(+), 298 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-02-12  0:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-24 11:57 [Qemu-devel] [PATCH v3 0/5] Improve I/O tests coverage of LUKS Daniel P. Berrange
2017-01-24 11:57 ` [Qemu-devel] [PATCH v3 1/5] iotests: skip 159 & 170 with luks format Daniel P. Berrange
2017-02-12  0:06   ` Max Reitz
2017-01-24 11:57 ` [Qemu-devel] [PATCH v3 2/5] iotests: fix remainining tests to work with LUKS Daniel P. Berrange
2017-02-12  0:50   ` Max Reitz
2017-01-24 11:57 ` [Qemu-devel] [PATCH v3 3/5] iotests: reduce PBKDF iterations when testing LUKS Daniel P. Berrange
2017-01-24 11:57 ` [Qemu-devel] [PATCH v3 4/5] iotests: add more LUKS hash combination tests Daniel P. Berrange
2017-01-24 11:57 ` [Qemu-devel] [PATCH v3 5/5] iotests: chown LUKS device before qemu-io launches Daniel P. Berrange
2017-02-09 14:42 ` [Qemu-devel] [PATCH v3 0/5] Improve I/O tests coverage of LUKS Daniel P. Berrange

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.