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