summaryrefslogtreecommitdiffstats
path: root/tests/omtcl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/omtcl.sh')
-rwxr-xr-xtests/omtcl.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/omtcl.sh b/tests/omtcl.sh
new file mode 100755
index 0000000..9fa3617
--- /dev/null
+++ b/tests/omtcl.sh
@@ -0,0 +1,19 @@
+#!/bin/bash
+. ${srcdir:=.}/diag.sh init
+generate_conf
+add_conf '
+$ModLoad ../contrib/omtcl/.libs/omtcl
+$template tcldict, "message \"%msg:::json%\" fromhost \"%HOSTNAME:::json%\" facility \"%syslogfacility-text%\" priority \"%syslogpriority-text%\" timereported \"%timereported:::date-rfc3339%\" timegenerated \"%timegenerated:::date-rfc3339%\" raw \"%rawmsg:::json%\" tag \"%syslogtag:::json%\""
+'
+add_conf "*.* :omtcl:$srcdir/omtcl.tcl,doAction;tcldict
+"
+startup
+echo 'injectmsg literal <167>Mar 1 01:00:00 172.20.245.8 tag hello world' | \
+ ./diagtalker -p$IMDIAG_PORT || error_exit $?
+echo doing shutdown
+shutdown_when_empty
+echo wait on shutdown
+wait_shutdown
+content_check 'HELLO WORLD'
+cat $RSYSLOG_OUT_LOG
+exit_test