All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/4] iotests: check whitelisted formats
@ 2019-03-07 13:33 Andrey Shinkevich
  2019-03-07 13:33 ` [Qemu-devel] [PATCH v2 1/4] iotests: open notrun files in text mode Andrey Shinkevich
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Andrey Shinkevich @ 2019-03-07 13:33 UTC (permalink / raw)
  To: qemu-devel, qemu-block
  Cc: mreitz, kwolf, armbru, den, vsementsov, rkagan, andrey.shinkevich

Some test cases require specific formats to be supported by QEMU. The
list of formats supported by the block layer doesn't take whitelists
into account. This series manages this issue. The method decorator
skip_if_unsupported() checks if requested formats are whitelisted.
The sample output is shown with the test #139.

v1:
Discussed in the email thread with the message ID:
<1551694120-768127-1-git-send-email-andrey.shinkevich@virtuozzo.com>
Fixes and amendments suggested by Kevin Wolf were applied in v2.

Andrey Shinkevich (4):
  iotests: open notrun files in text mode
  block: iterate_format with account of whitelisting
  iotests: ask QEMU for supported formats
  iotests: check whitelisted formats

 block.c                       | 23 ++++++++++++++++++----
 blockdev.c                    |  4 +++-
 include/block/block.h         |  2 +-
 qemu-img.c                    |  2 +-
 tests/qemu-iotests/139        |  3 +++
 tests/qemu-iotests/check      | 13 ++++++++++++-
 tests/qemu-iotests/iotests.py | 45 ++++++++++++++++++++++++++++++++++++++++++-
 7 files changed, 83 insertions(+), 9 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2019-03-07 15:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-07 13:33 [Qemu-devel] [PATCH v2 0/4] iotests: check whitelisted formats Andrey Shinkevich
2019-03-07 13:33 ` [Qemu-devel] [PATCH v2 1/4] iotests: open notrun files in text mode Andrey Shinkevich
2019-03-07 13:33 ` [Qemu-devel] [PATCH v2 2/4] block: iterate_format with account of whitelisting Andrey Shinkevich
2019-03-07 13:33 ` [Qemu-devel] [PATCH v2 3/4] iotests: ask QEMU for supported formats Andrey Shinkevich
2019-03-07 13:34 ` [Qemu-devel] [PATCH v2 4/4] iotests: check whitelisted formats Andrey Shinkevich
2019-03-07 15:11 ` [Qemu-devel] [PATCH v2 0/4] " Kevin Wolf
2019-03-07 15:23   ` Andrey Shinkevich

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.