[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 5/5] iotests: add backup-discard-source
From: |
Fiona Ebner |
Subject: |
Re: [PATCH v3 5/5] iotests: add backup-discard-source |
Date: |
Fri, 8 Mar 2024 16:49:31 +0100 |
User-agent: |
Mozilla Thunderbird |
Am 28.02.24 um 15:15 schrieb Vladimir Sementsov-Ogievskiy:
> Add test for a new backup option: discard-source.
>
> Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
> ---
> .../qemu-iotests/tests/backup-discard-source | 151 ++++++++++++++++++
> .../tests/backup-discard-source.out | 5 +
> 2 files changed, 156 insertions(+)
> create mode 100755 tests/qemu-iotests/tests/backup-discard-source
> create mode 100644 tests/qemu-iotests/tests/backup-discard-source.out
>
> diff --git a/tests/qemu-iotests/tests/backup-discard-source
> b/tests/qemu-iotests/tests/backup-discard-source
> new file mode 100755
> index 0000000000..8a88b0f6c4
> --- /dev/null
> +++ b/tests/qemu-iotests/tests/backup-discard-source
> @@ -0,0 +1,151 @@
> +#!/usr/bin/env python3
> +#
> +# Test removing persistent bitmap from backing
> +#
> +# Copyright (c) 2022 Virtuozzo International GmbH.
> +#
Title and copyright year are wrong.
Apart from that:
Reviewed-by: Fiona Ebner <f.ebner@proxmox.com>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH v3 5/5] iotests: add backup-discard-source,
Fiona Ebner <=