rsyslog/tests/omfile-module-params.sh
Rainer Gerhards ece65a7a2f
testbench: add test for omfile module parameters
in this case "template" param is checked
2019-08-02 09:13:58 +02:00

20 lines
527 B
Bash
Executable File

#!/bin/bash
# addd 2018-08-02 by RGerhards, released under ASL 2.0
. ${srcdir:=.}/diag.sh init
export NUMMESSAGES=100 # we only check output fmt, so few messages are OK
generate_conf
add_conf '
template(name="outfmt" type="string" string="%msg:F,58:2%\n")
module(load="../plugins/imtcp/.libs/imtcp")
module(load="builtin:omfile" template="outfmt")
:msg, contains, "msgnum:" action(type="omfile" template="outfmt"
file="'$RSYSLOG_OUT_LOG'")
'
startup
injectmsg
shutdown_when_empty
wait_shutdown
seq_check
exit_test