Home | History | Annotate | only in /external/ltp/testcases/network/rpc/basic_tests
Up to higher level directory
NameDateSize
Makefile21-Aug-2018996
README21-Aug-20181.1K
rpc01/21-Aug-2018
rpcinfo/21-Aug-2018
rup/21-Aug-2018
rusers/21-Aug-2018

README

      1 
      2 NOTE:
      3 
      4   These tests ALL assume that the "RHOST" and "LOCALDIR" variables is set to
      5   the hostname of the remote machine, and a local directory name that will be
      6   used to NFS mount.
      7 
      8     # export RHOST=<hostname here>.
      9     # export LOCALDIR=<dir name>
     10 	[NOTE! do not give absolute path, just give a name, like eg: testdir]
     11   Also, on the remote server which has the NFS directory exported, it is
     12   assumed that the directory has at least a gig of space.
     13 
     14 These tests also assume an identical path tree for their location on the remote
     15 machine.  So if pan's root path is "/home/ltptests" on the test machine, then
     16 it must also be located in "/home/ltptests" on the remote machine (RHOST).
     17 
     18 You will also need to setup a ".rhosts" file in root's home directory on the
     19 remote machine, with the name of the local machine listed.  For example, if
     20 machineA is running the tests, with machineB set as RHOST, then machineB's
     21 root home directory will need an ".rhosts" file with machineA's hostname listed.
     22 
     23   I apologize for the lengthy setup, but I tried to make it as minimal as
     24   possible.
     25 
     26 
     27 -Robbie Williamson/Manoj Iyer
     28 (robbiew (a] us.ibm.com)/(manjo (a] austin.ibm.com)
     29