From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAnvc-00068c-8d for qemu-devel@nongnu.org; Tue, 04 Feb 2014 16:53:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAnvX-0001VJ-9j for qemu-devel@nongnu.org; Tue, 04 Feb 2014 16:53:12 -0500 Received: from paradis.irqsave.net ([62.212.105.220]:49177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAnvX-0001V2-07 for qemu-devel@nongnu.org; Tue, 04 Feb 2014 16:53:07 -0500 Date: Tue, 4 Feb 2014 22:53:02 +0100 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140204215302.GA2986@irqsave.net> References: <1391464280-25627-1-git-send-email-benoit.canet@irqsave.net> <1391464280-25627-14-git-send-email-benoit.canet@irqsave.net> <20140204161327.GP3384@dhcp-200-207.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20140204161327.GP3384@dhcp-200-207.str.redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V15 13/13] quorum: Add unit test. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: =?iso-8859-1?Q?Beno=EEt?= Canet , qemu-devel@nongnu.org, stefanha@redhat.com, mreitz@redhat.com Le Tuesday 04 Feb 2014 =E0 17:13:27 (+0100), Kevin Wolf a =E9crit : > Am 03.02.2014 um 22:51 hat Beno=EEt Canet geschrieben: > > Signed-off-by: Benoit Canet > > Reviewed-by: Max Reitz > > --- > > tests/qemu-iotests/075 | 95 ++++++++++++++++++++++++++++++++++++= ++++++++++ > > tests/qemu-iotests/075.out | 34 +++++++++++++++++ > > tests/qemu-iotests/group | 1 + > > 3 files changed, 130 insertions(+) > > create mode 100755 tests/qemu-iotests/075 > > create mode 100644 tests/qemu-iotests/075.out >=20 > I believe 081 is the next free number that doesn't cause conflicts. Thanks for the review I will iterate tomorow. Best regards Beno=EEt >=20 > Kevin >=20