README
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. The RUNTESTS script is the wrapper around all the tests.  To run the
  2. tests, simply run "./RUNTESTS".  The important arguments for RUNTESTS
  3. accepts (from ./RUNTESTS -h):
  4. Usage: RUNTESTS [-a] [-S SLEEPTIME] [-h] [-i] [-v] [-V] [-s]
  5.        [-T TESTNUMS] [-D bindir] [-S seconds] [-P <udp|tcp|udp6|tcp6|unix>]"
  6.   -a        run all tests.
  7.   -T NUMS   run particular tests (command separated list of numbers)
  8.   -i        run interactively
  9.   -v        be verbose
  10.   -V        be very verbose
  11.   -S TIME   TIME should be used as the timeout when waiting for a
  12.             response from the agent.
  13.   -A FLAGS  Extra flags to pass to the agent.
  14.   -t FLAGS  Extra flags to pass to the trapd.
  15.   -s        Don't erase the runtime data directory for successful tests
  16.   -XM       Don't set MIBDIRS environment unless absolutely necessary
  17.   -x        Turn on SH output debugging for tests.
  18.   -P TRANS  Specify on which transport domain to run the tests. Default is udp.
  19.             udp,tcp,udp6,tcp6,unix are available.