diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-29 14:03:46 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-29 14:03:46 +0200 |
commit | 5ca0abc094de18ce2819c70e1727d4948fbc879f (patch) | |
tree | 2181c68e6c9d4c02a4db386936fcae85f08ed993 /tests/discard.sh | |
parent | 8b9cef552de558ecfd130451c4dea22676184d38 (diff) | |
download | rsyslog-5ca0abc094de18ce2819c70e1727d4948fbc879f.tar.gz rsyslog-5ca0abc094de18ce2819c70e1727d4948fbc879f.tar.bz2 rsyslog-5ca0abc094de18ce2819c70e1727d4948fbc879f.zip |
adjusting testbench to new (v4 enhanced) testing tools
Diffstat (limited to 'tests/discard.sh')
-rwxr-xr-x | tests/discard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/discard.sh b/tests/discard.sh index 9824b361..96006f01 100755 --- a/tests/discard.sh +++ b/tests/discard.sh @@ -10,7 +10,7 @@ source $srcdir/diag.sh init source $srcdir/diag.sh startup discard.conf # 20000 messages should be enough - the disk test is slow enough ;) sleep 4 -source $srcdir/diag.sh tcpflood 127.0.0.1 13514 1 10 1 +source $srcdir/diag.sh tcpflood -m10 -i1 source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages source $srcdir/diag.sh wait-shutdown source $srcdir/diag.sh seq-check 2 10 |