summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-11-25 14:29:02 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-11-25 14:29:02 +0100
commit91cf297043e20d2dae8b00c20efadcc388357a86 (patch)
tree2e77773e88e43a96bfc926ae6497c6a135cffe4b /tests/testsuites
parent9e6ab1494d95da61095867db209674975b1b1a2b (diff)
downloadrsyslog-91cf297043e20d2dae8b00c20efadcc388357a86.tar.gz
rsyslog-91cf297043e20d2dae8b00c20efadcc388357a86.tar.xz
rsyslog-91cf297043e20d2dae8b00c20efadcc388357a86.zip
added forgotten testcase filesv4.7.3
Diffstat (limited to 'tests/testsuites')
-rw-r--r--tests/testsuites/manyptcp.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/testsuites/manyptcp.conf b/tests/testsuites/manyptcp.conf
new file mode 100644
index 00000000..4069f977
--- /dev/null
+++ b/tests/testsuites/manyptcp.conf
@@ -0,0 +1,12 @@
+# Test for tcp "flood" testing
+# rgerhards, 2009-04-08
+$IncludeConfig diag-common.conf
+
+$ModLoad ../plugins/imptcp/.libs/imptcp
+$MainMsgQueueTimeoutShutdown 10000
+$MaxOpenFiles 2000
+$InputPTCPServerRun 13514
+
+$template outfmt,"%msg:F,58:2%\n"
+$template dynfile,"rsyslog.out.log" # trick to use relative path names!
+:msg, contains, "msgnum:" ?dynfile;outfmt