diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-19 13:59:42 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-19 13:59:42 +0200 |
commit | 2bf008af08cda8bd1b4c712172dd8790f0f8343e (patch) | |
tree | d9af9c5aa78047f89709532d242b2c27dd592bdf /tests/testsuites/reallife.parse1 | |
parent | e005c5569c3e0c7c9a098036b7ec3596c3c722b4 (diff) | |
download | rsyslog-2bf008af08cda8bd1b4c712172dd8790f0f8343e.tar.gz rsyslog-2bf008af08cda8bd1b4c712172dd8790f0f8343e.tar.bz2 rsyslog-2bf008af08cda8bd1b4c712172dd8790f0f8343e.zip |
added new testcase; fixed bug in testdriver
Diffstat (limited to 'tests/testsuites/reallife.parse1')
-rw-r--r-- | tests/testsuites/reallife.parse1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/testsuites/reallife.parse1 b/tests/testsuites/reallife.parse1 new file mode 100644 index 00000000..bcbb7fa8 --- /dev/null +++ b/tests/testsuites/reallife.parse1 @@ -0,0 +1,16 @@ +# New tests should be added to this file if there is no specific +# reason for not doing that. Initially, we could only handle one test +# case per file, but this restriction has been removed some time ago. +# So it is less troublesome (and easier to overlook) to have all related +# tests in a single file. +# This file contains a lot of real-life samples (of course mangled so +# that they can not be traced back to the original submitter). Note +# that IP addr 192.0.2.1 is specifically set aside for testing and +# documentation by IANA. +# rgerhards, 2009-10-19 +<29>Oct 16 20:47:24 example-p exam-pl[12345]: connect host= /192.0.2.1 +29,daemon,notice,Oct 16 20:47:24,example-p,exam-pl,exam-pl[12345]:, connect host= /192.0.2.1 +<175>Oct 16 23:47:31 #001 MSWinEventLog 0#011Security#01119023582#011Fri Oct 16 16:30:44 2009#011592#011Security#011rgabcde#011User#011Success Audit#011XSXSXSN01#011Detailed Tracking#011#0112572#01119013885 +175,local5,debug,Oct 16 23:47:31,localhost,#001,#001, MSWinEventLog 0#011Security#01119023582#011Fri Oct 16 16:30:44 2009#011592#011Security#011rgabcde#011User#011Success Audit#011XSXSXSN01#011Detailed Tracking#011#0112572#01119013885 +# +#175,local5,debug,Oct 16 23:47:31,127.0.0.1,#001,#001, MSWinEventLog 0#011Security#01119023582#011Fri Oct 16 16:30:44 2009#011592#011Security#011rgabcde#011User#011Success Audit#011XSXSXSN01#011Detailed Tracking#011#0112572#01119013885 |