rsyslog/tests/testsuites/omod-if-array.conf

14 lines
549 B
Plaintext

# Test config for array-passing output module interface
# (stanard string passing is already tested via the other test inside
# the testbench, so we do not need to focus on that)
# rgerhards, 2009-04-03
$ModLoad ../plugins/omstdout/.libs/omstdout
$IncludeConfig nettest.input.conf # This picks the to be tested input from the test driver!
$ActionOMStdoutArrayInterface on
$ErrorMessagesToStderr off
# do NOT remove \n, that would hang the test driver!
$template expect,"%PRI%%timestamp%%hostname%%programname%%syslogtag%\n"
*.* :omstdout:;expect