qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] iotests: Add _filter_actual_image_size
@ 2017-10-09 16:34 Max Reitz
  2017-10-09 16:34 ` [Qemu-devel] [PATCH 1/2] iotests: Pull _filter_actual_image_size from 67/87 Max Reitz
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Max Reitz @ 2017-10-09 16:34 UTC (permalink / raw)
  To: qemu-block; +Cc: qemu-devel, Max Reitz, Kevin Wolf

The actual size of an image depends on the host filesystem.  Therefore,
it should be filtered from the test output if it's not part of the test
itself (and if it is, the test should take extra care, like 106 does).

So let's put the filtering sed line from 067 and 087 into a common
filter function and use it in 184 and 191.


Max Reitz (2):
  iotests: Pull _filter_actual_image_size from 67/87
  iotests: Filter actual image size in 184 and 191

 tests/qemu-iotests/067           |  2 +-
 tests/qemu-iotests/087           |  2 +-
 tests/qemu-iotests/184           |  3 ++-
 tests/qemu-iotests/184.out       |  6 +++---
 tests/qemu-iotests/191           |  4 ++--
 tests/qemu-iotests/191.out       | 46 ++++++++++++++++++++--------------------
 tests/qemu-iotests/common.filter |  6 ++++++
 7 files changed, 38 insertions(+), 31 deletions(-)

-- 
2.13.6

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

end of thread, other threads:[~2017-10-09 19:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-09 16:34 [Qemu-devel] [PATCH 0/2] iotests: Add _filter_actual_image_size Max Reitz
2017-10-09 16:34 ` [Qemu-devel] [PATCH 1/2] iotests: Pull _filter_actual_image_size from 67/87 Max Reitz
2017-10-09 18:01   ` [Qemu-devel] [Qemu-block] " Jeff Cody
2017-10-09 16:34 ` [Qemu-devel] [PATCH 2/2] iotests: Filter actual image size in 184 and 191 Max Reitz
2017-10-09 18:02   ` [Qemu-devel] [Qemu-block] " Jeff Cody
2017-10-09 17:53 ` [Qemu-devel] [PATCH 0/2] iotests: Add _filter_actual_image_size Eric Blake
2017-10-09 19:55 ` Max Reitz

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).