Home | History | Annotate | only in /external/ltp/testcases/network/tcp_cmds
Up to higher level directory
NameDateSize
arping/22-Oct-2020
clockdiff/22-Oct-2020
ftp/22-Oct-2020
host/22-Oct-2020
include/22-Oct-2020
ipneigh/22-Oct-2020
Makefile22-Oct-20201.2K
Makefile.inc22-Oct-20201.1K
netstat/22-Oct-2020
ping/22-Oct-2020
rcp/22-Oct-2020
README22-Oct-2020944
rlogin/22-Oct-2020
rsh/22-Oct-2020
sendfile/22-Oct-2020
tcpdump/22-Oct-2020
telnet/22-Oct-2020
tracepath/22-Oct-2020

README

      1 
      2 NOTE:
      3 
      4   These tests ALL assume that the "RHOST" variable is set to the hostname
      5 of the remote machine, i.e.
      6 
      7     # export RHOST=<hostname here>.
      8 
      9 These tests also assume an identical path tree for their location on the remote
     10 machine.  So if pan's root path is "/home/ltptests" on the test machine, then
     11 it must also be located in "/home/ltptests" on the remote machine (RHOST).
     12 
     13   It's also a good idea to set the "PASSWD" variable to root's password on this remote
     14 machine, b/c some tests use this also.  You will also need to setup a ".rhosts" file in
     15 root's home directory on the remote machine, with the name of the local machine listed.
     16 For example, if machineA is running the tests, with machineB set as RHOST, then machineB's
     17 root home directory will need an ".rhosts" file with machineA's hostname listed.
     18 
     19   I apologize for the lengthy setup, but I tried to make it as minimal as possible.
     20 
     21 
     22 -Robbie Williamson
     23 (robbiew (a] us.ibm.com)
     24