summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-11 15:08:50 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-11 15:08:50 +0200
commit053656420eb67ec3f7ce0dc57dcb2d22e8cfa0f8 (patch)
tree9aadb4810faf4eab01f19cbc6126ada6a6d06cf6 /tests/testsuites
parent32e715929f5d946d7244db3bc0595842dd293dd9 (diff)
parent809ed1768b83bc0c5392f943f4820523494e8285 (diff)
downloadrsyslog-053656420eb67ec3f7ce0dc57dcb2d22e8cfa0f8.tar.gz
rsyslog-053656420eb67ec3f7ce0dc57dcb2d22e8cfa0f8.tar.xz
rsyslog-053656420eb67ec3f7ce0dc57dcb2d22e8cfa0f8.zip
Merge branch 'v4-stable-imptcp' into v4-devel
Diffstat (limited to 'tests/testsuites')
-rw-r--r--tests/testsuites/imptcp_addtlframedelim.conf13
-rw-r--r--tests/testsuites/imtcp_addtlframedelim.conf13
2 files changed, 26 insertions, 0 deletions
diff --git a/tests/testsuites/imptcp_addtlframedelim.conf b/tests/testsuites/imptcp_addtlframedelim.conf
new file mode 100644
index 00000000..eb7ed0c4
--- /dev/null
+++ b/tests/testsuites/imptcp_addtlframedelim.conf
@@ -0,0 +1,13 @@
+$IncludeConfig diag-common.conf
+
+$ModLoad ../plugins/imptcp/.libs/imptcp
+$MainMsgQueueTimeoutShutdown 10000
+$InputPTCPServerAddtlFrameDelimiter 0
+$InputPTCPServerRun 13514
+
+$template outfmt,"%msg:F,58:2%\n"
+$OMFileFlushOnTXEnd off
+$OMFileFlushInterval 2
+$OMFileIOBufferSize 256k
+$IncludeConfig rsyslog.action.1.include
+local0.* ./rsyslog.out.log;outfmt
diff --git a/tests/testsuites/imtcp_addtlframedelim.conf b/tests/testsuites/imtcp_addtlframedelim.conf
new file mode 100644
index 00000000..3b4759c5
--- /dev/null
+++ b/tests/testsuites/imtcp_addtlframedelim.conf
@@ -0,0 +1,13 @@
+$IncludeConfig diag-common.conf
+
+$ModLoad ../plugins/imtcp/.libs/imtcp
+$MainMsgQueueTimeoutShutdown 10000
+$InputTCPServerAddtlFrameDelimiter 0
+$InputTCPServerRun 13514
+
+$template outfmt,"%msg:F,58:2%\n"
+$OMFileFlushOnTXEnd off
+$OMFileFlushInterval 2
+$OMFileIOBufferSize 256k
+$IncludeConfig rsyslog.action.1.include
+local0.* ./rsyslog.out.log;outfmt