From eff5630ec0944b9fe10a50be7f236ac714807be7 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 8 Feb 2010 17:28:58 +0100 Subject: enhanced test suite now CSV and regex extraction are being tested (would have caught the bug fixed with the last commit). --- tests/testsuites/parse3.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/testsuites/parse3.conf (limited to 'tests/testsuites/parse3.conf') diff --git a/tests/testsuites/parse3.conf b/tests/testsuites/parse3.conf new file mode 100644 index 00000000..d5cf77d9 --- /dev/null +++ b/tests/testsuites/parse3.conf @@ -0,0 +1,8 @@ +$ModLoad ../plugins/omstdout/.libs/omstdout +$IncludeConfig nettest.input.conf # This picks the to be tested input from the test driver! + +$ErrorMessagesToStderr off + +# use a special format that we can easily parse in expect +$Template output,"%timereported:1:$:date-rfc3339,csv%, %hostname:::csv%, %programname:::csv%, %syslogtag:R,ERE,0,BLANK:[0-9]+--end:csv%, %syslogseverity:::csv%, %msg:::drop-last-lf,csv%\n" +*.* :omstdout:;output -- cgit