summaryrefslogtreecommitdiffstats
path: root/tests/testsuites/parse2.conf
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-19 15:36:16 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-19 15:36:16 +0200
commit0acdae34bd087cca0d1a3e0f63c2b15f8655992a (patch)
tree577eef34f8e5572ddaec3d1091258e2829e456d2 /tests/testsuites/parse2.conf
parent2bf008af08cda8bd1b4c712172dd8790f0f8343e (diff)
downloadrsyslog-0acdae34bd087cca0d1a3e0f63c2b15f8655992a.tar.gz
rsyslog-0acdae34bd087cca0d1a3e0f63c2b15f8655992a.tar.xz
rsyslog-0acdae34bd087cca0d1a3e0f63c2b15f8655992a.zip
streamlined new addition to testbench
Diffstat (limited to 'tests/testsuites/parse2.conf')
-rw-r--r--tests/testsuites/parse2.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/testsuites/parse2.conf b/tests/testsuites/parse2.conf
new file mode 100644
index 00000000..04d910bc
--- /dev/null
+++ b/tests/testsuites/parse2.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,"%PRI%,%syslogfacility-text%,%syslogseverity-text%,%timestamp%,%programname%,%syslogtag%,%msg%\n"
+*.* :omstdout:;output