1************************************************************************ 2*** *** 3*** RPC and TI-RPC Test Suite for Unix and Linux *** 4*** Release 2007-07-19 *** 5*** *** 6************************************************************************ 7 8 9Copyright (c) Bull S.A. 2007 All Rights Reserved. 10 11This program is free software; you can redistribute it and/or modify it 12under the terms of version 2 of the GNU General Public License as 13published by the Free Software Foundation. 14 15This program is distributed in the hope that it would be useful, but 16WITHOUT ANY WARRANTY; without even the implied warranty of 17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 19Further, this software is distributed without any warranty that it is 20free of the rightful claim of any third person regarding infringement 21or the like. Any license provided herein, whether implied or 22otherwise, applies only to this software file. Patent licenses, if 23any, provided herein do not apply to combinations of this program with 24other software, or any other product whatsoever. 25 26You should have received a copy of the GNU General Public License along 27with this program; if not, write the Free Software Foundation, Inc., 2851 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 29 30---------------------------- 31History and project overview 32---------------------------- 33Created by: Cyril Lacabanne - Bull SA 34Maintain by: Aurélien Charbon - Bull SA - aurelien.charbon@ext.bull.net 3511-27-08: Updated by Aime Le Rouzic - Bull SA - aime.lerouzic@bull.net 36 37Web page: http://nfsv4.bullopensource.org/doc/rpc_testsuite.php 38 39---------------------------- 40LTP modifications 41---------------------------- 42 43The sources here are modified a bit to use the LTP wrapper - rpc_test.sh - 44instead of a bunch of scripts from the above web page. 45 46The basic group of test cases can be executed from 47 * runtest/net.rpc_tests - for TS-RPC testing 48 * runtest/net.tirpc_tests - for TI-RPC testing 49using the LTP framework (ltp-pan, runltp and etc). 50 51Additional test cases (like stress, complex and etc) are to be integrated. 52