qemu-block
[Top][All Lists]
Advanced

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

Re: [Qemu-block] [PATCH] iotests: Check for quorum support in test 139


From: Max Reitz
Subject: Re: [Qemu-block] [PATCH] iotests: Check for quorum support in test 139
Date: Wed, 11 Nov 2015 17:03:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 10.11.2015 17:28, Alberto Garcia wrote:
> The quorum driver is always built in, but it is disabled during
> run-time if there's no SHA256 support available (see commit e94867e).
> 
> This patch skips the quorum test in iotest 139 in that case.
> 
> Signed-off-by: Alberto Garcia <address@hidden>
> ---
>  tests/qemu-iotests/139 | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/tests/qemu-iotests/139 b/tests/qemu-iotests/139
> index b5470f7..42f78c7 100644
> --- a/tests/qemu-iotests/139
> +++ b/tests/qemu-iotests/139
> @@ -400,6 +400,8 @@ class TestBlockdevDel(iotests.QMPTestCase):
>          self.checkBlockDriverState('node1', False)
>  
>      def testQuorum(self):
> +        if not 'quorum' in iotests.qemu_img_pipe('--help'):
> +            return
>          self.addQuorum('quorum0', 'node0', 'node1')
>          # We cannot remove the children of a Quorum device
>          self.delBlockDriverState('node0', expect_error = True)

Thanks, applied to my block tree:

https://github.com/XanClic/qemu/commits/block


Max

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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