android13/external/ltp/testcases/network/tcp_cmds
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
arping initial 2024-06-22 20:45:49 +08:00
clockdiff initial 2024-06-22 20:45:49 +08:00
ftp initial 2024-06-22 20:45:49 +08:00
host initial 2024-06-22 20:45:49 +08:00
include initial 2024-06-22 20:45:49 +08:00
ipneigh initial 2024-06-22 20:45:49 +08:00
netstat initial 2024-06-22 20:45:49 +08:00
ping initial 2024-06-22 20:45:49 +08:00
sendfile initial 2024-06-22 20:45:49 +08:00
tcpdump initial 2024-06-22 20:45:49 +08:00
telnet initial 2024-06-22 20:45:49 +08:00
tracepath initial 2024-06-22 20:45:49 +08:00
Makefile initial 2024-06-22 20:45:49 +08:00
Makefile.inc initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00

README

NOTE:

  These tests ALL assume that the "RHOST" variable is set to the hostname
of the remote machine, i.e.

    # export RHOST=<hostname here>.

These tests also assume an identical path tree for their location on the remote
machine.  So if pan's root path is "/home/ltptests" on the test machine, then
it must also be located in "/home/ltptests" on the remote machine (RHOST).

  It's also a good idea to set the "PASSWD" variable to root's password on this remote
machine, b/c some tests use this also.  You will also need to setup a ".rhosts" file in
root's home directory on the remote machine, with the name of the local machine listed.
For example, if machineA is running the tests, with machineB set as RHOST, then machineB's
root home directory will need an ".rhosts" file with machineA's hostname listed.

  I apologize for the lengthy setup, but I tried to make it as minimal as possible.


-Robbie Williamson
(robbiew@us.ibm.com)