qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [Qemu-devel] [PATCH v3] iotests: Add test for dataplane


From: Eric Blake
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH v3] iotests: Add test for dataplane mirroring
Date: Fri, 29 Sep 2017 12:33:16 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 09/29/2017 12:08 PM, Max Reitz wrote:
> Signed-off-by: Max Reitz <address@hidden>
> ---
> v3: Make the test actually pass (the reference output from v2 only
>     worked with v1 of the test...)
> ---
>  tests/qemu-iotests/127     | 97 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  tests/qemu-iotests/127.out | 14 +++++++
>  tests/qemu-iotests/group   |  1 +
>  3 files changed, 112 insertions(+)
>  create mode 100755 tests/qemu-iotests/127
>  create mode 100644 tests/qemu-iotests/127.out
> 

> +_cleanup()
> +{
> +    _cleanup_qemu
> +    _cleanup_test_img
> +    _rm_test_img "$TEST_IMG.overlay0"
> +    _rm_test_img "$TEST_IMG.overlay1"
> +}
> +trap "_cleanup; exit \$status" 0 1 2 3 15

Semantic conflict with Jeff's patches for './check -s' to preserve
intermediate files.  Otherwise,
Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]