mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-22 18:50:43 +01:00
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.
10 lines
486 B
Bash
Executable File
10 lines
486 B
Bash
Executable File
# 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
|