From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv6xg-0008AD-TK for qemu-devel@nongnu.org; Wed, 20 May 2015 12:35:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv6xc-0001sO-MY for qemu-devel@nongnu.org; Wed, 20 May 2015 12:35:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv6xc-0001s0-GM for qemu-devel@nongnu.org; Wed, 20 May 2015 12:35:12 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t4KGZ9Rd025027 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 20 May 2015 12:35:10 -0400 Date: Wed, 20 May 2015 18:35:07 +0200 From: Kevin Wolf Message-ID: <20150520163507.GJ4917@noname.redhat.com> References: <1432137154-13287-1-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1432137154-13287-1-git-send-email-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] block: filter filename when testing encrypted images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: qemu-devel@nongnu.org Am 20.05.2015 um 17:52 hat Daniel P. Berrange geschrieben: > qemu-io prints a warning message > > "Disk image '/home/berrange/src/virt/qemu/tests/qemu-iotests/scratch/t.qcow2' is encrypted." > > when opening an encrypted image, which was mistakenly included > in the expected output for test 131. Add _filter_testdir into > the command pipeline to strip the local path. > > Signed-off-by: Daniel P. Berrange Thanks, squashed into the commit adding that test case. Kevin