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: Max Reitz
Subject: Re: [Qemu-block] [Qemu-devel] [PATCH v3] iotests: Add test for dataplane mirroring
Date: Fri, 29 Sep 2017 20:08:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

On 2017-09-29 19:33, Eric Blake wrote:
> 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>

True, but as long as v4 of his series is not around, I feel OK to put
the burden of having to rebase on him. :-)

Max

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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