summaryrefslogtreecommitdiffstats
path: root/tests/imptcp-basic-hup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/imptcp-basic-hup.sh')
-rwxr-xr-xtests/imptcp-basic-hup.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/imptcp-basic-hup.sh b/tests/imptcp-basic-hup.sh
new file mode 100755
index 0000000..a58888f
--- /dev/null
+++ b/tests/imptcp-basic-hup.sh
@@ -0,0 +1,22 @@
+#!/bin/bash
+# added 2019-07-30 by RGerhards, released under ASL 2.0
+export NUMMESSAGES=4000 # MUST be an even number!
+. ${srcdir:=.}/diag.sh init
+generate_conf
+add_conf '
+module(load="../plugins/imptcp/.libs/imptcp")
+input(type="imptcp" port="0" listenPortFileName="'$RSYSLOG_DYNNAME'.tcpflood_port")
+
+template(name="outfmt" type="string" string="%msg:F,58:2%\n")
+:msg, contains, "msgnum:" action(type="omfile" template="outfmt"
+ file="'$RSYSLOG_OUT_LOG'")
+'
+startup
+assign_tcpflood_port $RSYSLOG_DYNNAME.tcpflood_port
+tcpflood -p$TCPFLOOD_PORT -m$((NUMMESSAGES / 2))
+issue_HUP
+tcpflood -p$TCPFLOOD_PORT -m$((NUMMESSAGES / 2)) -i$((NUMMESSAGES / 2))
+shutdown_when_empty
+wait_shutdown
+seq_check
+exit_test