diff options
author | Juan Quintela <quintela@redhat.com> | 2023-10-18 13:55:09 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2023-10-31 08:44:33 +0100 |
commit | bf1695c2523510ff8945d88c971b25baac66543d (patch) | |
tree | b19cd8f48da008fdf0c80e419da58db6afaec520 /tests/qemu-iotests/183 | |
parent | cd4c0da6dbeac5cc986a4a553c722cbf4b3d0300 (diff) | |
download | qemu-bf1695c2523510ff8945d88c971b25baac66543d.zip qemu-bf1695c2523510ff8945d88c971b25baac66543d.tar.gz qemu-bf1695c2523510ff8945d88c971b25baac66543d.tar.bz2 |
qemu-iotests: Filter warnings about block migration being deprecated
Create a new filter that removes the two warnings for test 183.
Reviewed-by: Hanna Czenczek <hreitz@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-ID: <20231018115513.2163-2-quintela@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/183')
-rwxr-xr-x | tests/qemu-iotests/183 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/183 b/tests/qemu-iotests/183 index ee62939..b857704 100755 --- a/tests/qemu-iotests/183 +++ b/tests/qemu-iotests/183 @@ -90,7 +90,7 @@ echo reply="$(_send_qemu_cmd $src \ "{ 'execute': 'migrate', 'arguments': { 'uri': 'unix:${MIG_SOCKET}', 'blk': true } }" \ - 'return\|error')" + 'return\|error' | _filter_migration_block_deprecated)" echo "$reply" if echo "$reply" | grep "compiled without old-style" > /dev/null; then _notrun "migrate -b support not compiled in" |