From patchwork Fri Jun 30 13:21:20 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 9819609 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E7DE8603F2 for ; Fri, 30 Jun 2017 13:22:12 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D7A1728683 for ; Fri, 30 Jun 2017 13:22:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id CCCAD2867C; Fri, 30 Jun 2017 13:22:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BC8B928657 for ; Fri, 30 Jun 2017 13:22:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751992AbdF3NWL (ORCPT ); Fri, 30 Jun 2017 09:22:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55032 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751659AbdF3NWK (ORCPT ); Fri, 30 Jun 2017 09:22:10 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3EEE4C04B925; Fri, 30 Jun 2017 13:22:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 3EEE4C04B925 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=stefanha@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 3EEE4C04B925 Received: from localhost (ovpn-116-222.ams2.redhat.com [10.36.116.222]) by smtp.corp.redhat.com (Postfix) with ESMTP id E7D788068B; Fri, 30 Jun 2017 13:22:06 +0000 (UTC) From: Stefan Hajnoczi To: linux-nfs@vger.kernel.org Cc: Jeff Layton , Abbas Naderi , Steve Dickson , Stefan Hajnoczi Subject: [PATCH nfs-utils v2 12/12] tests: add "vsock:" exports(5) test case Date: Fri, 30 Jun 2017 14:21:20 +0100 Message-Id: <20170630132120.31578-13-stefanha@redhat.com> In-Reply-To: <20170630132120.31578-1-stefanha@redhat.com> References: <20170630132120.31578-1-stefanha@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 30 Jun 2017 13:22:10 +0000 (UTC) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This simple test case checks that the new syntax works for AF_VSOCK. Signed-off-by: Stefan Hajnoczi --- tests/Makefile.am | 3 ++- tests/t0002-vsock-basic.sh | 53 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100755 tests/t0002-vsock-basic.sh diff --git a/tests/Makefile.am b/tests/Makefile.am index 1f96264..c4e2792 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,5 +10,6 @@ SUBDIRS = nsm_client MAINTAINERCLEANFILES = Makefile.in -TESTS = t0001-statd-basic-mon-unmon.sh +TESTS = t0001-statd-basic-mon-unmon.sh \ + t0002-vsock-basic.sh EXTRA_DIST = test-lib.sh $(TESTS) diff --git a/tests/t0002-vsock-basic.sh b/tests/t0002-vsock-basic.sh new file mode 100755 index 0000000..21a3884 --- /dev/null +++ b/tests/t0002-vsock-basic.sh @@ -0,0 +1,53 @@ +#!/bin/bash +# +# t0002-vsock-basic.sh -- test basic NFSv4 over AF_VSOCK functionality +# +# Copyright (C) 2017 Red Hat, Stefan Hajnoczi +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 0211-1301 USA +# + +. ./test-lib.sh + +check_root + +test_exportfs() { + client_addr="$1" + export_spec="$client_addr:$(realpath .)" + + echo "TEST: $client_addr" + + "$srcdir/../utils/exportfs/exportfs" "$export_spec" + if [ $? -ne 0 ]; then + echo "FAIL: exportfs failed" + exit 1 + fi + + expected_etab="$(realpath .) $client_addr(" + grep --fixed-strings -q "$expected_etab" /var/lib/nfs/etab + if [ $? -ne 0 ]; then + echo "FAIL: etab doesn't contain entry" + exit 1 + fi + + "$srcdir/../utils/exportfs/exportfs" -u "$export_spec" + if [ $? -ne 0 ]; then + echo "FAIL: exportfs -u failed" + exit 1 + fi +} + +test_exportfs "vsock:3" +test_exportfs "vsock:*"