aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/184
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2020-06-22 13:58:45 +0200
committerKevin Wolf <kwolf@redhat.com>2020-09-07 12:31:31 +0200
commit07cd7b659a7169ed4c5c6b45b48d8351566ed4cb (patch)
tree37318823bf2ba4519de5cd4019deed5583a3ef3c /tests/qemu-iotests/184
parent081e465026769a24b86ba2e6a77709cfea33f16a (diff)
block/null: Implement bdrv_get_allocated_file_size
It is trivial, so we might as well do it. Remove _filter_actual_image_size from iotest 184, so we get to see the result in its reference output. Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/184')
-rwxr-xr-xtests/qemu-iotests/1843
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/qemu-iotests/184 b/tests/qemu-iotests/184
index 33dd8d2a4f..eebb53faed 100755
--- a/tests/qemu-iotests/184
+++ b/tests/qemu-iotests/184
@@ -45,8 +45,7 @@ do_run_qemu()
run_qemu()
{
do_run_qemu "$@" 2>&1 | _filter_testdir | _filter_qemu | _filter_qmp\
- | _filter_qemu_io | _filter_generated_node_ids \
- | _filter_actual_image_size
+ | _filter_qemu_io | _filter_generated_node_ids
}
test_throttle=$($QEMU_IMG --help|grep throttle)