]> Git Repo - qemu.git/blame - tests/qemu-iotests/common.filter
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[qemu.git] / tests / qemu-iotests / common.filter
CommitLineData
908eaf68 1#!/bin/bash
6bf19c94
CH
2#
3# Copyright (C) 2009 Red Hat, Inc.
4# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
5#
6# This program is free software; you can redistribute it and/or
7# modify it under the terms of the GNU General Public License as
8# published by the Free Software Foundation.
9#
10# This program is distributed in the hope that it would be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
e8c212d6 16# along with this program. If not, see <http://www.gnu.org/licenses/>.
6bf19c94
CH
17#
18#
19# standard filters
20#
21
6bf19c94
CH
22# ctime(3) dates
23#
24_filter_date()
25{
26 sed \
79e40ab1 27 -e 's/[A-Z][a-z][a-z] [A-z][a-z][a-z] *[0-9][0-9]* [0-9][0-9]:[0-9][0-9]:[0-9][0-9] [0-9][0-9][0-9][0-9]$/DATE/'
6bf19c94
CH
28}
29
15489c76
JC
30_filter_generated_node_ids()
31{
32 sed -re 's/\#block[0-9]{3,}/NODE_NAME/'
33}
34
627f607e
AG
35_filter_qom_path()
36{
37 sed -e 's#\(Attached to: *\) /.*#\1 PATH#'
38}
39
62284d17 40# replace occurrences of the actual TEST_DIR value with TEST_DIR
6bf19c94
CH
41_filter_testdir()
42{
b135233b 43 sed -e "s#$TEST_DIR/#TEST_DIR/#g"
6bf19c94
CH
44}
45
62284d17
SH
46# replace occurrences of the actual IMGFMT value with IMGFMT
47_filter_imgfmt()
48{
49 sed -e "s#$IMGFMT#IMGFMT#g"
50}
51
86ce1f6e
RS
52# Replace error message when the format is not supported and delete
53# the output lines after the first one
54_filter_qemu_img_check()
55{
56 sed -e '/allocated.*fragmented.*compressed clusters/d' \
57 -e 's/qemu-img: This image format does not support checks/No errors were found on the image./' \
58 -e '/Image end offset: [0-9]\+/d'
59}
60
a06d5cc2
KW
61# Removes \r from messages
62_filter_win32()
63{
64 sed -e 's/\r//g'
65}
66
6bf19c94
CH
67# sanitize qemu-io output
68_filter_qemu_io()
69{
c34b8012 70 _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)/" \
9e0c3e8d 71 -e "s/: line [0-9][0-9]*: *[0-9][0-9]*\( Aborted\| Killed\)/:\1/" \
c34b8012 72 -e "s/qemu-io> //g"
6bf19c94
CH
73}
74
c09b437b
SH
75# replace occurrences of QEMU_PROG with "qemu"
76_filter_qemu()
77{
9580498b 78 sed -e "s#\\(^\\|(qemu) \\)$(basename $QEMU_PROG):#\1QEMU_PROG:#" \
ac9524dc
SH
79 -e 's#^QEMU [0-9]\+\.[0-9]\+\.[0-9]\+ monitor#QEMU X.Y.Z monitor#' \
80 -e $'s#\r##' # QEMU monitor uses \r\n line endings
c09b437b
SH
81}
82
a9b43397
KW
83# replace problematic QMP output like timestamps
84_filter_qmp()
85{
86 _filter_win32 | \
87 sed -e 's#\("\(micro\)\?seconds": \)[0-9]\+#\1 TIMESTAMP#g' \
cc20b07a
HR
88 -e 's#^{"QMP":.*}$#QMP_VERSION#' \
89 -e '/^ "QMP": {\s*$/, /^ }\s*$/ c\' \
90 -e ' QMP_VERSION'
a9b43397
KW
91}
92
69404d9e
KW
93# readline makes HMP command strings so long that git complains
94_filter_hmp()
95{
96 sed -e $'s/^\\((qemu) \\)\\?.*\e\\[D/\\1/g' \
97 -e $'s/\e\\[K//g'
98}
99
a752e478
VSO
100# replace block job offset
101_filter_block_job_offset()
102{
103 sed -e 's/, "offset": [0-9]\+,/, "offset": OFFSET,/'
104}
105
24dfdfd0
FZ
106# replace block job len
107_filter_block_job_len()
108{
109 sed -e 's/, "len": [0-9]\+,/, "len": LEN,/g'
110}
111
44673a0b
HR
112# replace actual image size (depends on the host filesystem)
113_filter_actual_image_size()
114{
115 sed -s 's/\("actual-size":\s*\)[0-9]\+/\1SIZE/g'
116}
117
6ffb4cb6
KW
118# replace driver-specific options in the "Formatting..." line
119_filter_img_create()
120{
8908b253
KW
121 sed -e "s#$REMOTE_TEST_DIR#TEST_DIR#g" \
122 -e "s#$IMGPROTO:$TEST_DIR#TEST_DIR#g" \
6ffb4cb6
KW
123 -e "s#$TEST_DIR#TEST_DIR#g" \
124 -e "s#$IMGFMT#IMGFMT#g" \
46174339 125 -e 's#nbd:127.0.0.1:10810#TEST_DIR/t.IMGFMT#g' \
6ffb4cb6
KW
126 -e "s# encryption=off##g" \
127 -e "s# cluster_size=[0-9]\\+##g" \
128 -e "s# table_size=[0-9]\\+##g" \
fe646693 129 -e "s# compat=[^ ]*##g" \
6ffb4cb6
KW
130 -e "s# compat6=\\(on\\|off\\)##g" \
131 -e "s# static=\\(on\\|off\\)##g" \
132 -e "s# zeroed_grain=\\(on\\|off\\)##g" \
133 -e "s# subformat='[^']*'##g" \
134 -e "s# adapter_type='[^']*'##g" \
f249924e 135 -e "s# hwversion=[^ ]*##g" \
6ffb4cb6
KW
136 -e "s# lazy_refcounts=\\(on\\|off\\)##g" \
137 -e "s# block_size=[0-9]\\+##g" \
138 -e "s# block_state_zero=\\(on\\|off\\)##g" \
139 -e "s# log_size=[0-9]\\+##g" \
b7e875b2 140 -e "s# refcount_bits=[0-9]\\+##g" \
307d9991 141 -e "s# key-secret=[a-zA-Z0-9]\\+##g" \
bff55548
JS
142 -e "s# iter-time=[0-9]\\+##g" \
143 -e "s# force_size=\\(on\\|off\\)##g"
6ffb4cb6
KW
144}
145
c2eb918e
HT
146_filter_img_info()
147{
1cc6169b
HR
148 if [[ "$1" == "--format-specific" ]]; then
149 local format_specific=1
150 shift
151 else
152 local format_specific=0
153 fi
154
155 discard=0
156 regex_json_spec_start='^ *"format-specific": \{'
8908b253
KW
157 sed -e "s#$REMOTE_TEST_DIR#TEST_DIR#g" \
158 -e "s#$IMGPROTO:$TEST_DIR#TEST_DIR#g" \
c2eb918e
HT
159 -e "s#$TEST_DIR#TEST_DIR#g" \
160 -e "s#$IMGFMT#IMGFMT#g" \
a231cb27 161 -e 's#nbd://127.0.0.1:10810$#TEST_DIR/t.IMGFMT#g' \
ae0c0a3d 162 -e 's#json.*vdisk-id.*vxhs"}}#TEST_DIR/t.IMGFMT#' \
c2eb918e
HT
163 -e "/encrypted: yes/d" \
164 -e "/cluster_size: [0-9]\\+/d" \
165 -e "/table_size: [0-9]\\+/d" \
166 -e "/compat: '[^']*'/d" \
167 -e "/compat6: \\(on\\|off\\)/d" \
168 -e "/static: \\(on\\|off\\)/d" \
169 -e "/zeroed_grain: \\(on\\|off\\)/d" \
170 -e "/subformat: '[^']*'/d" \
171 -e "/adapter_type: '[^']*'/d" \
f249924e 172 -e "/hwversion: '[^']*'/d" \
c2eb918e
HT
173 -e "/lazy_refcounts: \\(on\\|off\\)/d" \
174 -e "/block_size: [0-9]\\+/d" \
175 -e "/block_state_zero: \\(on\\|off\\)/d" \
f0603329
DB
176 -e "/log_size: [0-9]\\+/d" \
177 -e "s/iters: [0-9]\\+/iters: 1024/" \
1cc6169b
HR
178 -e "s/uuid: [-a-f0-9]\\+/uuid: 00000000-0000-0000-0000-000000000000/" | \
179 while IFS='' read -r line; do
180 if [[ $format_specific == 1 ]]; then
181 discard=0
182 elif [[ $line == "Format specific information:" ]]; then
183 discard=1
184 elif [[ $line =~ $regex_json_spec_start ]]; then
185 discard=2
186 regex_json_spec_end="^${line%%[^ ]*}\\},? *$"
187 fi
188 if [[ $discard == 0 ]]; then
189 echo "$line"
190 elif [[ $discard == 1 && ! $line ]]; then
191 echo
192 discard=0
193 elif [[ $discard == 2 && $line =~ $regex_json_spec_end ]]; then
194 discard=0
195 fi
196 done
c2eb918e
HT
197}
198
d9ca2214
EB
199# filter out offsets and file names from qemu-img map; good for both
200# human and json output
f67ac71e
HR
201_filter_qemu_img_map()
202{
203 sed -e 's/\([0-9a-fx]* *[0-9a-fx]* *\)[0-9a-fx]* */\1/g' \
d9ca2214 204 -e 's/"offset": [0-9]\+/"offset": OFFSET/g' \
f67ac71e
HR
205 -e 's/Mapped to *//' | _filter_testdir | _filter_imgfmt
206}
207
60d44688
HR
208_filter_nbd()
209{
210 # nbd.c error messages contain function names and line numbers that are
211 # prone to change. Message ordering depends on timing between send and
212 # receive callbacks sometimes, making them unreliable.
213 #
214 # Filter out the TCP port number since this changes between runs.
dd170c06 215 sed -e '/nbd\/.*\.c:/d' \
02d2d860 216 -e 's#127\.0\.0\.1:[0-9]*#127.0.0.1:PORT#g' \
4a940d14 217 -e "s#?socket=$TEST_DIR#?socket=TEST_DIR#g" \
02d2d860 218 -e 's#\(foo\|PORT/\?\|.sock\): Failed to .*$#\1#'
60d44688
HR
219}
220
6bf19c94 221# make sure this script returns success
a2d9c0c4 222true
This page took 0.49531 seconds and 4 git commands to generate.