blob: e6c05a5285fa609a362534e53e599c3b31616882 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
$ModLoad ../plugins/imudp/.libs/imudp
$UDPServerRun 12514
$ActionOMStdoutArrayInterface on
$ErrorMessagesToStderr off
# do NOT remove \n, that would hang the test driver!
$template expect,"%PRI%%timestamp%%hostname%%programname%%syslogtag%\n"
*.* :omstdout:;expect
|