From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlGBT-0005jW-5U for qemu-devel@nongnu.org; Mon, 03 Nov 2014 06:52:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlGBN-0000jZ-DR for qemu-devel@nongnu.org; Mon, 03 Nov 2014 06:52:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37013) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlGBN-0000jK-6p for qemu-devel@nongnu.org; Mon, 03 Nov 2014 06:52:25 -0500 From: Stefan Hajnoczi Date: Mon, 3 Nov 2014 11:50:38 +0000 Message-Id: <1415015456-25086-36-git-send-email-stefanha@redhat.com> In-Reply-To: <1415015456-25086-1-git-send-email-stefanha@redhat.com> References: <1415015456-25086-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 35/53] block: qemu-iotest 107 supports NFS List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Peter Lieven , Stefan Hajnoczi From: Peter Lieven As discussed during review a follow up for Max's fix. Signed-off-by: Peter Lieven Reviewed-by: Max Reitz Message-id: 1414249537-29257-1-git-send-email-pl@kamp.de Signed-off-by: Stefan Hajnoczi --- tests/qemu-iotests/107 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/107 b/tests/qemu-iotests/107 index cad1cf9..9862030 100755 --- a/tests/qemu-iotests/107 +++ b/tests/qemu-iotests/107 @@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.filter _supported_fmt qcow2 -_supported_proto file +_supported_proto file nfs _supported_os Linux -- 1.9.3