summaryrefslogtreecommitdiffstats
path: root/tests/omrelp_errmsg_no_connect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/omrelp_errmsg_no_connect.sh')
-rwxr-xr-xtests/omrelp_errmsg_no_connect.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/omrelp_errmsg_no_connect.sh b/tests/omrelp_errmsg_no_connect.sh
new file mode 100755
index 0000000..dc45d12
--- /dev/null
+++ b/tests/omrelp_errmsg_no_connect.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+# add 2018-11-14 by Rainer Gerhards, released under ASL 2.0
+. ${srcdir:=.}/diag.sh init
+generate_conf
+# note: we "abuse" TCPFLOOD_PORT a bit as we already have it assigned
+# the core fact is that nobody is listening on it.
+add_conf '
+module(load="../plugins/omrelp/.libs/omrelp")
+action(type="omrelp" target="127.0.0.1" port="'$TCPFLOOD_PORT'")
+action(type="omfile" file="'$RSYSLOG_OUT_LOG'")
+'
+startup
+shutdown_when_empty
+wait_shutdown
+
+content_check "could not connect to remote server"
+exit_test