blob: d88db1663d4362447d20a99b7f0ac85bd7f771ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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
|