summaryrefslogtreecommitdiffstats
path: root/tests/testsuites
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-21 14:08:37 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-21 14:08:37 +0100
commit36c1649fc187090bfd5af2c48bb44ce25a0fdef6 (patch)
tree6a6fa53c795f46fa2cf5921a2aabf14cbfa8dcd5 /tests/testsuites
parent314d3532109cca574aabc3e960586f499966e868 (diff)
downloadrsyslog-36c1649fc187090bfd5af2c48bb44ce25a0fdef6.tar.gz
rsyslog-36c1649fc187090bfd5af2c48bb44ce25a0fdef6.tar.xz
rsyslog-36c1649fc187090bfd5af2c48bb44ce25a0fdef6.zip
improved testbench, added tests for imuxsock
Diffstat (limited to 'tests/testsuites')
-rw-r--r--tests/testsuites/imuxsock_logger_root.conf7
-rw-r--r--tests/testsuites/imuxsock_traillf_root.conf7
2 files changed, 14 insertions, 0 deletions
diff --git a/tests/testsuites/imuxsock_logger_root.conf b/tests/testsuites/imuxsock_logger_root.conf
new file mode 100644
index 00000000..8336ecfa
--- /dev/null
+++ b/tests/testsuites/imuxsock_logger_root.conf
@@ -0,0 +1,7 @@
+# rgerhards, 2011-02-21
+$IncludeConfig diag-common.conf
+
+$ModLoad ../plugins/imuxsock/.libs/imuxsock
+
+$template outfmt,"%msg:%\n"
+*.notice ./rsyslog.out.log;outfmt
diff --git a/tests/testsuites/imuxsock_traillf_root.conf b/tests/testsuites/imuxsock_traillf_root.conf
new file mode 100644
index 00000000..8336ecfa
--- /dev/null
+++ b/tests/testsuites/imuxsock_traillf_root.conf
@@ -0,0 +1,7 @@
+# rgerhards, 2011-02-21
+$IncludeConfig diag-common.conf
+
+$ModLoad ../plugins/imuxsock/.libs/imuxsock
+
+$template outfmt,"%msg:%\n"
+*.notice ./rsyslog.out.log;outfmt