1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
arping Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
clockdiff Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ftp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
host Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
include Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ipneigh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
netstat Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
ping Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
rcp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
rlogin Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
rsh Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
sendfile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
tcpdump Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
telnet Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
tracepath Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Makefile Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Makefile.inc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

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)