diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 11:07:26 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-10 11:07:26 +0100 |
commit | 4408d4137acfacef57bd2e088a0da83d25e34918 (patch) | |
tree | 705c34ee7b023ffb4a4795918acd2c0618f7cb29 /tests/sndrcv_drvr.sh | |
parent | ee8bf6d6873b79a5b1ed5a2aae08adf0d4827ff3 (diff) | |
download | rsyslog-4408d4137acfacef57bd2e088a0da83d25e34918.tar.gz rsyslog-4408d4137acfacef57bd2e088a0da83d25e34918.tar.xz rsyslog-4408d4137acfacef57bd2e088a0da83d25e34918.zip |
testbench: new calling interface for tcpflood
this is a perquisite to support more flexible testing modes, which
could not intelligently be implemented with the old interface
Diffstat (limited to 'tests/sndrcv_drvr.sh')
-rwxr-xr-x | tests/sndrcv_drvr.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sndrcv_drvr.sh b/tests/sndrcv_drvr.sh index 63afd6b5..3d613069 100755 --- a/tests/sndrcv_drvr.sh +++ b/tests/sndrcv_drvr.sh @@ -34,7 +34,7 @@ source $srcdir/diag.sh wait-startup 2 # now inject the messages into instance 2. It will connect to instance 1, # and that instance will record the data. -source $srcdir/diag.sh tcpflood 127.0.0.1 13514 1 $2 1 +source $srcdir/diag.sh tcpflood -m$2 -i1 sleep 2 # make sure all data is received in input buffers # shut down sender when everything is sent, receiver continues to run concurrently # may be needed by TLS (once we do it): sleep 60 |