# we write to /dev/null, as we have no chance to verify the output # in any case. What we really check is that rsyslogd does not # segfault or otherwise abort. # rgerhards, 2010-04-01 $IncludeConfig diag-common.conf # The random data will generate TCP framing error messages. We will # not clutter the test output with them. So we disable error messages # to stderr. $ErrorMessagesToStderr off $ModLoad ../plugins/imtcp/.libs/imtcp $MainMsgQueueTimeoutShutdown 10000 $InputTCPServerRun 13514 $template outfmt,"%rawmsg%\n" $template dynfile,"rsyslog.out.log" # trick to use relative path names! *.* /dev/null