summaryrefslogtreecommitdiffstats
path: root/tests/imptcp_addtlframedelim.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/imptcp_addtlframedelim.sh')
-rwxr-xr-xtests/imptcp_addtlframedelim.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/imptcp_addtlframedelim.sh b/tests/imptcp_addtlframedelim.sh
new file mode 100755
index 0000000..3ae32e0
--- /dev/null
+++ b/tests/imptcp_addtlframedelim.sh
@@ -0,0 +1,22 @@
+#!/bin/bash
+# added 2010-08-11 by Rgerhards
+#
+# This file is part of the rsyslog project, released under ASL 2.0
+. ${srcdir:=.}/diag.sh init
+export NUMMESSAGES=20000
+export QUEUE_EMPTY_CHECK_FUNC=wait_file_lines
+generate_conf
+add_conf '
+module(load="../plugins/imptcp/.libs/imptcp")
+input(type="imptcp" port="0" listenPortFileName="'$RSYSLOG_DYNNAME'.tcpflood_port"
+ addtlFrameDelimiter="0")
+
+template(name="outfmt" type="string" string="%msg:F,58:2%\n")
+local0.* action(type="omfile" file="'$RSYSLOG_OUT_LOG'" template="outfmt")
+'
+startup
+tcpflood -m$NUMMESSAGES -F0 -P129
+shutdown_when_empty
+wait_shutdown
+seq_check
+exit_test