diff options
author | Max Reitz <mreitz@redhat.com> | 2020-06-22 13:58:45 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-09-07 12:31:31 +0200 |
commit | 07cd7b659a7169ed4c5c6b45b48d8351566ed4cb (patch) | |
tree | 37318823bf2ba4519de5cd4019deed5583a3ef3c /tests/qemu-iotests/184 | |
parent | 081e465026769a24b86ba2e6a77709cfea33f16a (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-x | tests/qemu-iotests/184 | 3 |
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) |