• Home
  • History
  • Annotate
  • only in /external/ltp/testcases/network/tcp_cmds/
NameDateSize

..29-Aug-20174 KiB

arp/29-Aug-20174 KiB

echo/29-Aug-20174 KiB

finger/29-Aug-20174 KiB

ftp/29-Aug-20174 KiB

host/29-Aug-20174 KiB

include/29-Aug-20174 KiB

Makefile29-Aug-20171.2 KiB

Makefile.inc29-Aug-20171.1 KiB

netstat/29-Aug-20174 KiB

ping/29-Aug-20174 KiB

rcp/29-Aug-20174 KiB

rdist/29-Aug-20174 KiB

README29-Aug-2017944

rlogin/29-Aug-20174 KiB

rsh/29-Aug-20174 KiB

rwho/29-Aug-20174 KiB

sendfile/29-Aug-20174 KiB

ssh/29-Aug-20174 KiB

tcpdump/29-Aug-20174 KiB

telnet/29-Aug-20174 KiB

README

1
2NOTE:
3
4  These tests ALL assume that the "RHOST" variable is set to the hostname
5of the remote machine, i.e.
6
7    # export RHOST=<hostname here>.
8
9These tests also assume an identical path tree for their location on the remote
10machine.  So if pan's root path is "/home/ltptests" on the test machine, then
11it 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
14machine, b/c some tests use this also.  You will also need to setup a ".rhosts" file in
15root's home directory on the remote machine, with the name of the local machine listed.
16For example, if machineA is running the tests, with machineB set as RHOST, then machineB's
17root 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@us.ibm.com)
24