diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/imrelp-invld-tlslib.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/imrelp-invld-tlslib.sh b/tests/imrelp-invld-tlslib.sh new file mode 100755 index 0000000..7c242cf --- /dev/null +++ b/tests/imrelp-invld-tlslib.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# see that we can an error message if wrong tls lib is selected +# addd 2019-02-09 by RGerhards, released under ASL 2.0 +. ${srcdir:=.}/diag.sh init +require_relpEngineSetTLSLibByName +generate_conf +add_conf ' +module(load="../plugins/imrelp/.libs/imrelp" tls.tlslib="invalid-tlslib-name") +input(type="imrelp" port="'$TCPFLOOD_PORT'") #prevent extra config error, not really needed + +action(type="omfile" file="'$RSYSLOG_OUT_LOG'") +' +startup +shutdown_when_empty +content_check --regex "invalid-tlslib-name.*not accepted" +exit_test |