From: Fam Zheng <famz@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, Fam Zheng <famz@redhat.com>, stefanha@redhat.com
Subject: [Qemu-devel] [PATCH v2 2/2] qemu-iotests: Filter out 'qemu-io> ' prompt
Date: Wed, 20 Nov 2013 10:25:56 +0800 [thread overview]
Message-ID: <1384914356-14231-3-git-send-email-famz@redhat.com> (raw)
In-Reply-To: <1384914356-14231-1-git-send-email-famz@redhat.com>
This removes "qemu-io> " prompt from qemu-io output in _filter_qemu_io,
and updates all the output files with the following command:
cd tests/qemu-iotests && sed -i "s/qemu-io> //g" *.out
Signed-off-by: Fam Zheng <famz@redhat.com>
---
This patch is snipped because the size would be rejected by list. See cover letter for the address to pull.
---
tests/qemu-iotests/013.out | 44080 ++++++++++++-------------
tests/qemu-iotests/014.out | 64204 ++++++++++++++++++-------------------
tests/qemu-iotests/017.out | 1080 +-
tests/qemu-iotests/018.out | 1080 +-
tests/qemu-iotests/019.out | 1636 +-
tests/qemu-iotests/020.out | 1080 +-
tests/qemu-iotests/022.out | 8816 ++---
tests/qemu-iotests/023.out | 26800 ++++++++--------
tests/qemu-iotests/024.out | 164 +-
tests/qemu-iotests/025.out | 18 +-
tests/qemu-iotests/028.out | 458 +-
tests/qemu-iotests/032.out | 68 +-
tests/qemu-iotests/035.out | 2 +-
tests/qemu-iotests/037.out | 616 +-
tests/qemu-iotests/038.out | 714 +-
tests/qemu-iotests/046.out | 232 +-
tests/qemu-iotests/047.out | 20 +-
tests/qemu-iotests/048.out | 34 +-
tests/qemu-iotests/common.filter | 3 +-
19 files changed, 75553 insertions(+), 75552 deletions(-)
[snip]
diff --git a/tests/qemu-iotests/common.filter b/tests/qemu-iotests/common.filter
index 8e7b1a4..9c82c77 100644
--- a/tests/qemu-iotests/common.filter
+++ b/tests/qemu-iotests/common.filter
@@ -149,7 +149,8 @@ _filter_win32()
# sanitize qemu-io output
_filter_qemu_io()
{
- _filter_win32 | sed -e "s/[0-9]* ops\; [0-9/:. sec]* ([0-9/.inf]* [EPTGMKiBbytes]*\/sec and [0-9/.inf]* ops\/sec)/X ops\; XX:XX:XX.X (XXX YYY\/sec and XXX ops\/sec)/"
+ _filter_win32 | sed -e "s/[0-9]* ops\; [0-9/:. sec]* ([0-9/.inf]* [EPTGMKiBbytes]*\/sec and [0-9/.inf]* ops\/sec)/X ops\; XX:XX:XX.X (XXX YYY\/sec and XXX ops\/sec)/" \
+ -e "s/qemu-io> //g"
}
# replace occurrences of QEMU_PROG with "qemu"
--
1.8.4.2
next prev parent reply other threads:[~2013-11-20 2:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-20 2:25 [Qemu-devel] [PATCH v2 0/2] qemu-iotests: Filter out "qemu-io> " in all tests Fam Zheng
2013-11-20 2:25 ` [Qemu-devel] [PATCH v2 1/2] qemu-iotests: Filter qemu-io output in 025 Fam Zheng
2013-11-20 2:25 ` Fam Zheng [this message]
2013-11-20 2:35 ` [Qemu-devel] [PATCH v2 2/2] qemu-iotests: Filter out 'qemu-io> ' prompt Eric Blake
2013-11-27 2:01 ` [Qemu-devel] [PATCH v2 0/2] qemu-iotests: Filter out "qemu-io> " in all tests Fam Zheng
2013-11-28 11:56 ` Kevin Wolf
2013-11-28 14:34 ` Fam Zheng
2013-11-28 14:49 ` Kevin Wolf
2013-11-28 17:57 ` Eric Blake
2013-11-29 0:36 ` Fam Zheng
2013-11-29 9:37 ` Kevin Wolf
2013-11-28 14:39 ` Fam Zheng
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=1384914356-14231-3-git-send-email-famz@redhat.com \
--to=famz@redhat.com \
--cc=kwolf@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.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 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).