From 20f1c9c502beadcc5c6e549c31795e538484ec4f Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 12 Nov 2009 11:24:52 +0100 Subject: improved testbench: added tests for UDP forwarding and omudpspoof --- tests/sndrcv_omudpspoof.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tests/sndrcv_omudpspoof.sh (limited to 'tests/sndrcv_omudpspoof.sh') diff --git a/tests/sndrcv_omudpspoof.sh b/tests/sndrcv_omudpspoof.sh new file mode 100755 index 00000000..bb804d93 --- /dev/null +++ b/tests/sndrcv_omudpspoof.sh @@ -0,0 +1,10 @@ +# This runs sends and receives messages via UDP to the standard +# ports. Note that with UDP we can always have message loss. While this is +# less likely in a local environment, we strongly limit the amount of data +# we send in the hope to not lose any messages. However, failure of this +# test does not necessarily mean that the code is wrong (but it is very likely!) +# added 2009-11-11 by Rgerhards +# This file is part of the rsyslog project, released under GPLv3 +echo =============================================================================== +echo \[sndrcv_omudpspoof.sh\]: testing sending and receiving via omudp +source $srcdir/sndrcv_drvr.sh sndrcv_omudpspoof 50 -- cgit