From 22bf4fc83274df41f9d490f522718f248e35c1f5 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 11 Nov 2009 14:12:09 +0100 Subject: 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. --- tests/sndrcv_gzip.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tests/sndrcv_gzip.sh (limited to 'tests/sndrcv_gzip.sh') diff --git a/tests/sndrcv_gzip.sh b/tests/sndrcv_gzip.sh new file mode 100755 index 00000000..4931f3d0 --- /dev/null +++ b/tests/sndrcv_gzip.sh @@ -0,0 +1,7 @@ +# This test is similar to tcpsndrcv, but it forwards messages in +# zlib-compressed format (our own syslog extension). +# rgerhards, 2009-11-11 +# This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== +echo \[sndrcv_gzip.sh\]: testing sending and receiving via tcp in zlib mode +source $srcdir/sndrcv_drvr.sh sndrcv_gzip 50000 -- cgit