rsyslog/tests/testsuites/imuxsock_logger.conf
Rainer Gerhards bbb793d140 testbench: improve imuxsock coverage
so far, all test required root privileges, which made testing
quite complicated and resulted in no testing of this module
on the testbench machines at all. Now we can also run without
root privileges.

To support the new tests, test tools were also improved.
2014-12-04 12:24:43 +01:00

9 lines
265 B
Plaintext

# rgerhards, 2014-12-04
$IncludeConfig diag-common.conf
module(load="../plugins/imuxsock/.libs/imuxsock" sysSock.use="off")
input(type="imuxsock" Socket="testbench_socket")
template(name="outfmt" type="string" string="%msg:%\n")
*.notice ./rsyslog.out.log;outfmt