From patchwork Thu Apr 28 14:43:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Vorel X-Patchwork-Id: 12830826 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 061ECC433EF for ; Thu, 28 Apr 2022 14:43:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348414AbiD1Oqi (ORCPT ); Thu, 28 Apr 2022 10:46:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348257AbiD1Oqh (ORCPT ); Thu, 28 Apr 2022 10:46:37 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3639D220CB for ; Thu, 28 Apr 2022 07:43:22 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id AF21A210F3; Thu, 28 Apr 2022 14:43:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1651157000; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oZuiVnDhry/wkJk/1XP+/3oFsXyfnMnNd8SxslPpuVE=; b=bQRTZBxVe9vjKJ4okG3U+5vRPdrXaNp5ueJZdSAiOiLoRDE7G9kGIylf+OkxC9juKKScIt YGoZj/f+55/dYMLVvCRyFtIJGsKc6wZlw9gZgxin/XQQXvg0ysszX3Hkd+caNPALJyn/jI PzQRlB5+EdnBlvAP6LC+zq01IyFRfQY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1651157000; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oZuiVnDhry/wkJk/1XP+/3oFsXyfnMnNd8SxslPpuVE=; b=/FTSwa41VqA8i4wT8oduHJt2gcxCowSxca2sXcBa0CSONIia3oDW6YXpzxNSIHelOV0xcv T7FDLsrkeZllb+BQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id D8EAF13AF8; Thu, 28 Apr 2022 14:43:19 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id kML9MQeoamK9bwAAMHmgww (envelope-from ); Thu, 28 Apr 2022 14:43:19 +0000 From: Petr Vorel To: ltp@lists.linux.it Cc: Petr Vorel , Steve Dickson , libtirpc-devel@lists.sourceforge.net, linux-nfs@vger.kernel.org, Cyril Hrubis , automated-testing@yoctoproject.org, Li Wang , Jan Stancek , Yang Xu , Anders Roxell , Naresh Kamboju , =?utf-8?q?Daniel_D=C3=ADaz?= , Chuck Lever , "J . Bruce Fields" , Trond Myklebust , Veronika Kabatova , Alexey Kodanev Subject: [RFC PATCH 1/3] rpc: Remove rup01.sh test Date: Thu, 28 Apr 2022 16:43:06 +0200 Message-Id: <20220428144308.32639-2-pvorel@suse.cz> X-Mailer: git-send-email 2.35.3 In-Reply-To: <20220428144308.32639-1-pvorel@suse.cz> References: <20220428144308.32639-1-pvorel@suse.cz> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org rstatd is a RPC daemon which collects performance statistics from kernel on serving machine. On a client side there is rup (remote uptime display). rstat client and server implementation for Linux had the latest release 4.0.1 in 2005. Although it's still installable on Debian, IMHO whole technology is not used nowadays. As we have other RPC tests (both RPC/TI-RPC and RPC integration, i.e. NFS), we don't need to test this particular implementation. If this implementation is really useful, it should be moved into libtirpc project. Signed-off-by: Petr Vorel --- runtest/net.rpc | 1 - .../network/rpc/basic_tests/rup/Makefile | 29 ----------- .../network/rpc/basic_tests/rup/rup01.sh | 50 ------------------- 3 files changed, 80 deletions(-) delete mode 100644 testcases/network/rpc/basic_tests/rup/Makefile delete mode 100755 testcases/network/rpc/basic_tests/rup/rup01.sh diff --git a/runtest/net.rpc b/runtest/net.rpc index fb0665fae..ccee1dda7 100644 --- a/runtest/net.rpc +++ b/runtest/net.rpc @@ -4,5 +4,4 @@ # rpc01 rpc01.sh rpcinfo rpcinfo01.sh -rup rup01.sh rusers rusers01.sh diff --git a/testcases/network/rpc/basic_tests/rup/Makefile b/testcases/network/rpc/basic_tests/rup/Makefile deleted file mode 100644 index e0ebaaa58..000000000 --- a/testcases/network/rpc/basic_tests/rup/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# -# network/rpc/basic_tests/rup test suite Makefile. -# -# Copyright (C) 2009, Cisco Systems Inc. -# -# 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 02110-1301 USA. -# -# Ngie Cooper, July 2009 -# - -top_srcdir ?= ../../../../.. - -include $(top_srcdir)/include/mk/env_pre.mk - -INSTALL_TARGETS := rup01.sh - -include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/network/rpc/basic_tests/rup/rup01.sh b/testcases/network/rpc/basic_tests/rup/rup01.sh deleted file mode 100755 index 44f0e73d2..000000000 --- a/testcases/network/rpc/basic_tests/rup/rup01.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh -# Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved. -# Copyright (c) International Business Machines Corp., 2000 -# -# 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 would 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, see . - -TCID="rup01" -TST_TOTAL=7 - -TST_USE_LEGACY_API=1 -. tst_net.sh - -do_setup() -{ - tst_resm TINFO "Checking for rstatd on $(tst_ipaddr)" - rpcinfo -u $(tst_ipaddr) rstatd 3 > /dev/null 2>&1 || \ - tst_brkm TCONF "rstatd is inactive on $(tst_ipaddr)" -} - -do_test() -{ - tst_resm TINFO "Test rup with options set" - - EXPECT_RHOST_PASS rup $(tst_ipaddr) - - local opts="-d -h -l -t" - for opt in $opts; do - EXPECT_RHOST_PASS rup $opt $(tst_ipaddr) - done - - tst_resm TINFO "Test rup with bad options" - EXPECT_RHOST_FAIL rup bogushost - EXPECT_RHOST_FAIL rup -bogusflag $(tst_ipaddr) -} - -do_setup -do_test - -tst_exit From patchwork Thu Apr 28 14:43:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Vorel X-Patchwork-Id: 12830827 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 726B3C433FE for ; Thu, 28 Apr 2022 14:43:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348516AbiD1Oqi (ORCPT ); Thu, 28 Apr 2022 10:46:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348410AbiD1Oqh (ORCPT ); Thu, 28 Apr 2022 10:46:37 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F224B2229C for ; Thu, 28 Apr 2022 07:43:22 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 8276E1F88C; Thu, 28 Apr 2022 14:43:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1651157001; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2236OomT19gEtKhxK33QRMW3jdIXdbQrFmALWNIROjE=; b=DwibZncySK0e3JrmcIfeUMYue8ixyQGQCgzafI6AgH2In2cDrzokBp9ZamXOeM64kfJRii UZzADOcV4x8WbvjfeJbXJJlcIFh+sIIVi4h1HVzAdT0oH112JKlIF8/9f+Nfok7hPeIYuR rvAxtelvO8yLh6EDZMVe+M91YKT08cM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1651157001; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2236OomT19gEtKhxK33QRMW3jdIXdbQrFmALWNIROjE=; b=yvd229LU2RRTy1RK9BkX9qfenbDiji6NfgtpY5pmppzdFwnwcnRjPM9VxELOCN5EJwlhfj Tq8ec6lI14MargCQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id C06B513AF8; Thu, 28 Apr 2022 14:43:20 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 8MxwLAioamK9bwAAMHmgww (envelope-from ); Thu, 28 Apr 2022 14:43:20 +0000 From: Petr Vorel To: ltp@lists.linux.it Cc: Petr Vorel , Steve Dickson , libtirpc-devel@lists.sourceforge.net, linux-nfs@vger.kernel.org, Cyril Hrubis , automated-testing@yoctoproject.org, Li Wang , Jan Stancek , Yang Xu , Anders Roxell , Naresh Kamboju , =?utf-8?q?Daniel_D=C3=ADaz?= , Chuck Lever , "J . Bruce Fields" , Trond Myklebust , Veronika Kabatova , Alexey Kodanev Subject: [RFC PATCH 2/3] rpc: Remove rusers01.sh test Date: Thu, 28 Apr 2022 16:43:07 +0200 Message-Id: <20220428144308.32639-3-pvorel@suse.cz> X-Mailer: git-send-email 2.35.3 In-Reply-To: <20220428144308.32639-1-pvorel@suse.cz> References: <20220428144308.32639-1-pvorel@suse.cz> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org rusersd is a RPC daemon which returns information about users currently logged in to the system. It uses rusers on client side. Latest release of netkit-rusers 0.17 was in 2001. Although it's still installable on Debian, IMHO whole technology is not used nowadays. As we have other RPC tests (both RPC/TI-RPC and RPC integration, i.e. NFS), we don't need to test this particular implementation. If this implementation is really useful, it should be moved into libtirpc project. Signed-off-by: Petr Vorel --- runtest/net.rpc | 1 - .../network/rpc/basic_tests/rusers/Makefile | 29 ----------- .../rpc/basic_tests/rusers/rusers01.sh | 50 ------------------- 3 files changed, 80 deletions(-) delete mode 100644 testcases/network/rpc/basic_tests/rusers/Makefile delete mode 100755 testcases/network/rpc/basic_tests/rusers/rusers01.sh diff --git a/runtest/net.rpc b/runtest/net.rpc index ccee1dda7..d2cec5b93 100644 --- a/runtest/net.rpc +++ b/runtest/net.rpc @@ -4,4 +4,3 @@ # rpc01 rpc01.sh rpcinfo rpcinfo01.sh -rusers rusers01.sh diff --git a/testcases/network/rpc/basic_tests/rusers/Makefile b/testcases/network/rpc/basic_tests/rusers/Makefile deleted file mode 100644 index 345365171..000000000 --- a/testcases/network/rpc/basic_tests/rusers/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# -# network/rpc/basic_tests/rusers01.sh test suite Makefile. -# -# Copyright (C) 2009, Cisco Systems Inc. -# -# 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 02110-1301 USA. -# -# Ngie Cooper, July 2009 -# - -top_srcdir ?= ../../../../.. - -include $(top_srcdir)/include/mk/env_pre.mk - -INSTALL_TARGETS := rusers01.sh - -include $(top_srcdir)/include/mk/generic_leaf_target.mk diff --git a/testcases/network/rpc/basic_tests/rusers/rusers01.sh b/testcases/network/rpc/basic_tests/rusers/rusers01.sh deleted file mode 100755 index 554bfa01c..000000000 --- a/testcases/network/rpc/basic_tests/rusers/rusers01.sh +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh -# Copyright (c) 2017 Oracle and/or its affiliates. All Rights Reserved. -# Copyright (c) International Business Machines Corp., 2000 -# -# 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 would 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, see . - -TCID="rusers01" -TST_TOTAL=5 - -TST_USE_LEGACY_API=1 -. tst_net.sh - -do_setup() -{ - tst_resm TINFO "Checking for rusersd on $(tst_ipaddr)" - rpcinfo -u $(tst_ipaddr) rusersd > /dev/null 2>&1 || \ - tst_brkm TCONF "rusersd is inactive on $(tst_ipaddr)" -} - -do_test() -{ - tst_resm TINFO "Test rusers with options set" - - EXPECT_RHOST_PASS rusers $(tst_ipaddr) - - local opts="-a -l" - for opt in $opts; do - EXPECT_RHOST_PASS rusers $opt $(tst_ipaddr) - done - - tst_resm TINFO "Test rusers with bad options" - EXPECT_RHOST_FAIL rusers bogushost - EXPECT_RHOST_FAIL rusers -bogusflag $(tst_ipaddr) -} - -do_setup -do_test - -tst_exit From patchwork Thu Apr 28 14:43:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Vorel X-Patchwork-Id: 12830828 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 489CEC43217 for ; Thu, 28 Apr 2022 14:43:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348425AbiD1Oqj (ORCPT ); Thu, 28 Apr 2022 10:46:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43356 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348257AbiD1Oqi (ORCPT ); Thu, 28 Apr 2022 10:46:38 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE1C4220CB for ; Thu, 28 Apr 2022 07:43:23 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 470591F88E; Thu, 28 Apr 2022 14:43:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1651157002; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d66W1bznWVrmDrs7mLytKWIjqMvNAuENttiazNRUNxY=; b=x1jM30wVat1/6FBVv3LiTfelV3trx2j1R8Ruh9+FnI1V1qb71GadqxCy8VeXm+UOODkGE5 nCncWYTKl9BzDxjdQG89f3r0coGH/Y0HxghswbJFyVyYBdYB58XdiqzVosklWGp3PooQEd DwikNH9nE5HwtZk4PD0Yjp4e8aFuhkI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1651157002; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d66W1bznWVrmDrs7mLytKWIjqMvNAuENttiazNRUNxY=; b=T6tob+2gL/Iv9cCWE/9W7Z4ithefvlryg3EiirYnT57I3QL9pbR5DlE5iY+To2qzflu3tV Ip+uZ1D68ON9OmAA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 8FAB513AF8; Thu, 28 Apr 2022 14:43:21 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id CB0oIQmoamK9bwAAMHmgww (envelope-from ); Thu, 28 Apr 2022 14:43:21 +0000 From: Petr Vorel To: ltp@lists.linux.it Cc: Petr Vorel , Steve Dickson , libtirpc-devel@lists.sourceforge.net, linux-nfs@vger.kernel.org, Cyril Hrubis , automated-testing@yoctoproject.org, Li Wang , Jan Stancek , Yang Xu , Anders Roxell , Naresh Kamboju , =?utf-8?q?Daniel_D=C3=ADaz?= , Chuck Lever , "J . Bruce Fields" , Trond Myklebust , Veronika Kabatova , Alexey Kodanev Subject: [RFC PATCH 3/3] rpc: Move rest of RPC tests to runtest/net.rpc_tests Date: Thu, 28 Apr 2022 16:43:08 +0200 Message-Id: <20220428144308.32639-4-pvorel@suse.cz> X-Mailer: git-send-email 2.35.3 In-Reply-To: <20220428144308.32639-1-pvorel@suse.cz> References: <20220428144308.32639-1-pvorel@suse.cz> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org It does not make much sense to keep just 2 tests in separate runtest file. Signed-off-by: Petr Vorel --- runtest/net.rpc | 6 ------ runtest/net.rpc_tests | 3 +++ scenario_groups/network | 1 - testscripts/network.sh | 4 +--- 4 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 runtest/net.rpc diff --git a/runtest/net.rpc b/runtest/net.rpc deleted file mode 100644 index d2cec5b93..000000000 --- a/runtest/net.rpc +++ /dev/null @@ -1,6 +0,0 @@ -#DESCRIPTION:Remote Procedure Call -# -# PLEASE READ THE README FILE IN /rpc BEFORE RUNNING THESE. -# -rpc01 rpc01.sh -rpcinfo rpcinfo01.sh diff --git a/runtest/net.rpc_tests b/runtest/net.rpc_tests index 84c296027..25d219dce 100644 --- a/runtest/net.rpc_tests +++ b/runtest/net.rpc_tests @@ -1,3 +1,6 @@ +rpc01 rpc01.sh +rpcinfo rpcinfo01.sh + rpc_pmap_set rpc_test.sh -c rpc_pmap_set rpc_pmap_unset rpc_test.sh -c rpc_pmap_unset rpc_pmap_getport rpc_test.sh -s rpc_svc_1 -c rpc_pmap_getport diff --git a/scenario_groups/network b/scenario_groups/network index 46829501f..974b9fc58 100644 --- a/scenario_groups/network +++ b/scenario_groups/network @@ -4,7 +4,6 @@ net.ipv6 net.ipv6_lib net.tcp_cmds net.multicast -net.rpc net.nfs net.rpc_tests net.tirpc_tests diff --git a/testscripts/network.sh b/testscripts/network.sh index 5cfeee844..15a4cc1c7 100755 --- a/testscripts/network.sh +++ b/testscripts/network.sh @@ -26,10 +26,9 @@ usage() echo " -6 IPv6 tests" echo " -m multicast tests" echo " -n NFS tests" - echo " -r RPC tests" echo " -s SCTP tests" echo " -t TCP/IP command tests" - echo " -c TI-RPC tests" + echo " -c RPC and TI-RPC tests" echo " -d TS-RPC tests" echo " -a Application stress tests (HTTP, SSH, DNS)" echo " -e Interface stress tests" @@ -56,7 +55,6 @@ do 6) TEST_CASES="$TEST_CASES net.ipv6 net.ipv6_lib";; m) TEST_CASES="$TEST_CASES net.multicast";; n) TEST_CASES="$TEST_CASES net.nfs";; - r) TEST_CASES="$TEST_CASES net.rpc";; s) TEST_CASES="$TEST_CASES net.sctp";; t) TEST_CASES="$TEST_CASES net.tcp_cmds";; c) TEST_CASES="$TEST_CASES net.rpc_tests";;