summaryrefslogtreecommitdiffstats
path: root/tests/omrelp_wrong_authmode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/omrelp_wrong_authmode.sh')
-rwxr-xr-xtests/omrelp_wrong_authmode.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/omrelp_wrong_authmode.sh b/tests/omrelp_wrong_authmode.sh
new file mode 100755
index 0000000..2165faa
--- /dev/null
+++ b/tests/omrelp_wrong_authmode.sh
@@ -0,0 +1,21 @@
+#!/bin/bash
+# add 2018-09-13 by Pascal Withopf, released under ASL 2.0
+. ${srcdir:=.}/diag.sh init
+generate_conf
+add_conf '
+module(load="../plugins/omrelp/.libs/omrelp")
+
+ruleset(name="ruleset") {
+ action(type="omrelp" target="127.0.0.1" port="'$TCPFLOOD_PORT'"
+ tls="on" tls.authMode="INVALID_AUTH_MODE" tls.caCert="tls-certs/ca.pem"
+ tls.myCert="tls-certs/cert.pem" tls.myPrivKey="tls-certs/key.pem"
+ tls.permittedPeer=["rsyslog-test-root-ca"])
+}
+
+action(type="omfile" file="'$RSYSLOG_OUT_LOG'")
+'
+startup
+shutdown_when_empty
+wait_shutdown
+content_check --regex "omrelp.* invalid auth.*mode .*INVALID_AUTH_MODE"
+exit_test