~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to testing/README

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
5
Usage: RUNTESTS [-a] [-S SLEEPTIME] [-h] [-i] [-v] [-V] [-s]
 
6
       [-T TESTNUMS] [-D bindir] [-S seconds] [-P <udp|tcp|udp6|tcp6|unix>]"
 
7
 
 
8
  -a        run all tests.
 
9
  -T NUMS   run particular tests (command separated list of numbers)
 
10
  -i        run interactively
 
11
  -v        be verbose
 
12
  -V        be very verbose
 
13
  -S TIME   TIME should be used as the timeout when waiting for a
 
14
            response from the agent.
 
15
  -A FLAGS  Extra flags to pass to the agent.
 
16
  -s        Don't erase the runtime data directory for successful tests
 
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 is available.