From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzn2w-0000dO-1f for qemu-devel@nongnu.org; Thu, 27 Oct 2016 11:56:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzn2v-0003tf-8i for qemu-devel@nongnu.org; Thu, 27 Oct 2016 11:56:50 -0400 Date: Thu, 27 Oct 2016 17:56:41 +0200 From: Kevin Wolf Message-ID: <20161027155641.GH4027@noname.redhat.com> References: <5b7f24f3e43ee2e5eb2f691c08fa528882f556cd.1477476553.git.berto@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5b7f24f3e43ee2e5eb2f691c08fa528882f556cd.1477476553.git.berto@igalia.com> Subject: Re: [Qemu-devel] [PATCH v12 16/19] qemu-iotests: Add iotests.supports_quorum() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alberto Garcia Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, Max Reitz , Eric Blake , Markus Armbruster Am 26.10.2016 um 12:29 hat Alberto Garcia geschrieben: > There's many tests that need Quorum support in order to run. At the > moment each test implements its own check to see if Quorum is > enabled. This patch centralizes all those checks in a new function > called iotests.supports_quorum(). > > Signed-off-by: Alberto Garcia Reviewed-by: Kevin Wolf