From: Denis Plotnikov <dplotnikov@virtuozzo.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, vsementsov@virtuozzo.com,
qemu-block@nongnu.org, den@vrtuozzo.com, armbru@redhat.com,
mreitz@redhat.com
Subject: [PATCH v1 4/8] iotests: filter out compression_type
Date: Thu, 27 Feb 2020 10:29:49 +0300 [thread overview]
Message-ID: <20200227072953.25445-5-dplotnikov@virtuozzo.com> (raw)
In-Reply-To: <20200227072953.25445-1-dplotnikov@virtuozzo.com>
After adding compression type feature to qcow2 format, qemu framework
commands reporting the image settingd, e.g. "qemu-img create", started
reporting the compression type for the image which breaks the iotests
output matching.
To fix it, add compression_type=zlib to the list of filtered image parameters.
Signed-off-by: Denis Plotnikov <dplotnikov@virtuozzo.com>
---
tests/qemu-iotests/common.filter | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/common.filter b/tests/qemu-iotests/common.filter
index 3f8ee3e5f7..c6962d199c 100644
--- a/tests/qemu-iotests/common.filter
+++ b/tests/qemu-iotests/common.filter
@@ -152,7 +152,8 @@ _filter_img_create()
-e "s# refcount_bits=[0-9]\\+##g" \
-e "s# key-secret=[a-zA-Z0-9]\\+##g" \
-e "s# iter-time=[0-9]\\+##g" \
- -e "s# force_size=\\(on\\|off\\)##g"
+ -e "s# force_size=\\(on\\|off\\)##g" \
+ -e "s# compression_type=zlib##g"
}
_filter_img_info()
--
2.17.0
next prev parent reply other threads:[~2020-02-27 7:35 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-27 7:29 [PATCH v1 0/8] qcow2: Implement zstd cluster compression method Denis Plotnikov
2020-02-27 7:29 ` [PATCH v1 1/8] qcow2: introduce compression type feature Denis Plotnikov
2020-02-27 8:21 ` Vladimir Sementsov-Ogievskiy
2020-02-27 13:24 ` Eric Blake
2020-02-27 13:48 ` Eric Blake
2020-02-27 13:59 ` Vladimir Sementsov-Ogievskiy
2020-02-27 14:13 ` Eric Blake
2020-02-27 14:30 ` Vladimir Sementsov-Ogievskiy
2020-02-27 14:39 ` Eric Blake
2020-02-28 8:34 ` Denis Plotnikov
2020-02-27 7:29 ` [PATCH v1 2/8] qcow2: rework the cluster compression routine Denis Plotnikov
2020-02-27 8:54 ` Vladimir Sementsov-Ogievskiy
2020-02-27 7:29 ` [PATCH v1 3/8] qcow2: add zstd cluster compression Denis Plotnikov
2020-02-27 9:55 ` Vladimir Sementsov-Ogievskiy
2020-02-27 14:11 ` Denis Plotnikov
2020-02-27 14:18 ` Vladimir Sementsov-Ogievskiy
2020-02-28 11:59 ` Denis Plotnikov
2020-02-27 14:01 ` Eric Blake
2020-02-28 11:40 ` Denis Plotnikov
2020-02-27 7:29 ` Denis Plotnikov [this message]
2020-02-27 9:57 ` [PATCH v1 4/8] iotests: filter out compression_type Vladimir Sementsov-Ogievskiy
2020-02-27 14:03 ` Eric Blake
2020-02-28 11:53 ` Denis Plotnikov
2020-02-27 7:29 ` [PATCH v1 5/8] iotests: fix header size, feature table size and backing file offset Denis Plotnikov
2020-02-27 9:59 ` Vladimir Sementsov-Ogievskiy
2020-02-27 7:29 ` [PATCH v1 6/8] iotests: add "compression type" for test output matching Denis Plotnikov
2020-02-27 10:04 ` Vladimir Sementsov-Ogievskiy
2020-02-27 10:09 ` Vladimir Sementsov-Ogievskiy
2020-02-27 14:06 ` Eric Blake
2020-02-28 8:13 ` Denis Plotnikov
2020-02-27 7:29 ` [PATCH v1 7/8] iotests: 080: update header size value because of adding compression type Denis Plotnikov
2020-02-27 7:29 ` [PATCH v1 8/8] iotests: 287: add qcow2 compression type test Denis Plotnikov
2020-02-27 10:29 ` Vladimir Sementsov-Ogievskiy
2020-02-28 8:23 ` Denis Plotnikov
2020-02-28 8:32 ` Vladimir Sementsov-Ogievskiy
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=20200227072953.25445-5-dplotnikov@virtuozzo.com \
--to=dplotnikov@virtuozzo.com \
--cc=armbru@redhat.com \
--cc=den@vrtuozzo.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=vsementsov@virtuozzo.com \
/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 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.