qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: fix filter of encryption opti


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 1/2] qemu-iotests: fix filter of encryption option
Date: Fri, 29 Aug 2014 17:06:20 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Thu, Aug 28, 2014 at 04:56:03PM +0800, Hu Tao wrote:
> We should filter out encryption=on, too.
> 
> Signed-off-by: Hu Tao <address@hidden>
> ---
>  tests/qemu-iotests/common.filter | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/qemu-iotests/common.filter 
> b/tests/qemu-iotests/common.filter
> index 51192c8..362394e 100644
> --- a/tests/qemu-iotests/common.filter
> +++ b/tests/qemu-iotests/common.filter
> @@ -176,7 +176,7 @@ _filter_img_create()
>      sed -e "s#$IMGPROTO:$TEST_DIR#TEST_DIR#g" \
>          -e "s#$TEST_DIR#TEST_DIR#g" \
>          -e "s#$IMGFMT#IMGFMT#g" \
> -        -e "s# encryption=off##g" \
> +        -e "s# encryption=\\(on\\|off\\)##g" \

Why?

Stefan

Attachment: pgpQbPHlgUgEL.pgp
Description: PGP signature


reply via email to

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