Re: [PATCH v2 1/3] iotests: Use disk_usage in more places

2025-05-26 Thread Fiona Ebner
Am 23.05.25 um 18:27 schrieb Eric Blake: > Commit be9bac07 added a utility disk_usage function, but there are > a couple of other tests that could also use it. > > Signed-off-by: Eric Blake Reviewed-by: Fiona Ebner Tested-by: Fiona Ebner

[PATCH v2 1/3] iotests: Use disk_usage in more places

2025-05-23 Thread Eric Blake
Commit be9bac07 added a utility disk_usage function, but there are a couple of other tests that could also use it. Signed-off-by: Eric Blake --- tests/qemu-iotests/125 | 2 +- tests/qemu-iotests/308 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/qemu-iotests/125 b