diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-11 14:12:09 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-11 14:12:09 +0100 |
commit | 22bf4fc83274df41f9d490f522718f248e35c1f5 (patch) | |
tree | 84d47bf9e689a808012c0402501664d1f9da4ce1 /tests/sndrcv.sh | |
parent | a9cf6e0e92184bc26e5d967f23b8803091b69e6a (diff) | |
download | rsyslog-22bf4fc83274df41f9d490f522718f248e35c1f5.tar.gz rsyslog-22bf4fc83274df41f9d490f522718f248e35c1f5.tar.bz2 rsyslog-22bf4fc83274df41f9d490f522718f248e35c1f5.zip |
somewhat enhanced test suite
also prepared test case for TLS testing, but not activated it
inside the build itself.
A note on TLS testing: the current testsuite (in git!) already contains
TLS test cases. However, getting these test cases correct is not simple.
That's not a problem with the code itself, but rater a problem with
synchronization in the test environment. So I have deciced to keep the
TLS tests in, but not yet actually utilize them. This is most probably
left as an excercise for future (devel) releases.
Diffstat (limited to 'tests/sndrcv.sh')
-rwxr-xr-x | tests/sndrcv.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/sndrcv.sh b/tests/sndrcv.sh new file mode 100755 index 00000000..2fc3bd82 --- /dev/null +++ b/tests/sndrcv.sh @@ -0,0 +1,9 @@ +# This tests two rsyslog instances. Instance +# TWO sends data to instance ONE. A number of messages is injected into +# the instance 2 and we finally check if all those messages +# arrived at instance 1. +# added 2009-11-11 by Rgerhards +# This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== +echo \[sndrcv.sh\]: testing sending and receiving via tcp +source $srcdir/sndrcv_drvr.sh sndrcv 50000 |