summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-09 14:14:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-09 14:14:00 +0200
commit1e52abd8be2dfde8727c7e54b02a10ce5051815f (patch)
treef333b4a931346da228622cf44bc5987ad72ccf4d /tests
parentcf0cf2fa4bf84188baf873522d4a22887f4fdf90 (diff)
downloadrsyslog-1e52abd8be2dfde8727c7e54b02a10ce5051815f.tar.gz
rsyslog-1e52abd8be2dfde8727c7e54b02a10ce5051815f.tar.xz
rsyslog-1e52abd8be2dfde8727c7e54b02a10ce5051815f.zip
fixing "make distcheck"
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuites/manytcp.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/testsuites/manytcp.conf b/tests/testsuites/manytcp.conf
new file mode 100644
index 00000000..e491cd04
--- /dev/null
+++ b/tests/testsuites/manytcp.conf
@@ -0,0 +1,11 @@
+# Test for tcp "flood" testing
+# rgerhards, 2009-04-08
+$ModLoad ../plugins/imtcp/.libs/imtcp
+$inputtcpmaxsessions 2000
+$InputTCPServerRun 13514
+
+$ErrorMessagesToStderr off
+
+$template outfmt,"%msg:F,58:2%\n"
+$template dynfile,"rsyslog.out.log" # trick to use relative path names!
+:msg, contains, "msgnum:" ?dynfile;outfmt