From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK5UP-0002LE-FY for qemu-devel@nongnu.org; Thu, 12 Sep 2013 07:55:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK5UJ-0000qx-Hc for qemu-devel@nongnu.org; Thu, 12 Sep 2013 07:55:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK5UJ-0000qn-BA for qemu-devel@nongnu.org; Thu, 12 Sep 2013 07:55:07 -0400 Date: Thu, 12 Sep 2013 13:54:58 +0200 From: Kevin Wolf Message-ID: <20130912115458.GH3514@dhcp-200-207.str.redhat.com> References: <1378975079-2709-1-git-send-email-bharata@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1378975079-2709-1-git-send-email-bharata@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Cleanup test image in test number 007 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bharata B Rao Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 12.09.2013 um 10:37 hat Bharata B Rao geschrieben: > qemu-iotests number 007 doesn't do test image cleanup. This will affect > those protocols that expect a clean state before every test. Hence > ensure that test image is cleaned up in this test. > > Signed-off-by: Bharata B Rao Thanks, applied to the block branch. Kevin