On 05.07.21 11:15, Vladimir Sementsov-Ogievskiy wrote:
We are going to add filtering in _qcow2_dump_header and want all tests
use it.

The patch is generated by commands:
   cd tests/qemu-iotests
   sed -ie 's/$PYTHON qcow2.py "$TEST_IMG" dump-header\($\| 
\)/_qcow2_dump_header\1/' ??? tests/*

(the difficulty is to avoid converting dump-header-exts)

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com>
---
  tests/qemu-iotests/031 |  6 +++---
  tests/qemu-iotests/036 |  6 +++---
  tests/qemu-iotests/039 | 20 ++++++++++----------
  tests/qemu-iotests/060 | 20 ++++++++++----------
  tests/qemu-iotests/061 | 36 ++++++++++++++++++------------------
  tests/qemu-iotests/137 |  2 +-
  tests/qemu-iotests/287 |  8 ++++----
  7 files changed, 49 insertions(+), 49 deletions(-)

Reviewed-by: Max Reitz <mre...@redhat.com>

I think I’d have merged patch 13 into this one, but if you want to keep it separate (so that this remains a purely auto-generated patch), then I think it should at least come right after this one.

Max


Reply via email to