summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/071
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2014-12-19 17:17:06 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2015-01-13 11:47:56 +0000
commit4dd7b8d30cfa1aebee547958db27efd581a58d9b (patch)
tree40346492e83f42498f92b5450efd1630e4d9c480 /tests/qemu-iotests/071
parent7c6a4ab871cae829ea754c717db2d40c2c115224 (diff)
downloadhqemu-4dd7b8d30cfa1aebee547958db27efd581a58d9b.zip
hqemu-4dd7b8d30cfa1aebee547958db27efd581a58d9b.tar.gz
iotests: Filter out "I/O thread spun..." warning
Filter out the "main loop: WARNING: I/O thread spun for..." warning from qemu output (it hardly matters for code specifically testing I/O). Furthermore, use _filter_qemu in all the custom functions which run qemu. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/071')
-rwxr-xr-xtests/qemu-iotests/0712
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/071 b/tests/qemu-iotests/071
index 5d61ef6..9eaa49b 100755
--- a/tests/qemu-iotests/071
+++ b/tests/qemu-iotests/071
@@ -51,7 +51,7 @@ function do_run_qemu()
function run_qemu()
{
- do_run_qemu "$@" 2>&1 | _filter_testdir | _filter_qmp | _filter_qemu_io
+ do_run_qemu "$@" 2>&1 | _filter_testdir | _filter_qemu | _filter_qmp | _filter_qemu_io
}
IMG_SIZE=64M
OpenPOWER on IntegriCloud