..
2009-10-21 15:17:19 +02:00
2015-01-26 17:01:01 +01:00
2012-09-19 15:11:52 +02:00
2011-05-30 08:42:55 +02:00
2014-07-14 11:21:58 +02:00
2011-03-09 11:28:22 +01:00
2011-03-09 11:28:22 +01:00
2011-03-08 18:58:28 +01:00
2014-11-21 14:54:29 +01:00
2014-09-24 13:00:56 +02:00
2009-03-31 20:35:15 +02:00
2014-05-28 13:06:37 +02:00
2009-10-21 15:17:19 +02:00
2010-03-19 12:20:58 +01:00
2010-11-25 14:29:02 +01:00
2014-07-05 17:12:00 +02:00
2010-05-03 12:10:39 +02:00
2010-07-13 16:15:02 +02:00
2013-04-09 16:03:14 +02:00
2009-10-21 15:17:19 +02:00
2014-11-04 11:33:41 +01:00
2013-11-20 14:14:46 +01:00
2014-01-17 15:31:38 +01:00
2012-09-20 11:38:16 +02:00
2012-09-20 11:38:16 +02:00
2009-11-11 14:12:09 +01:00
2009-11-11 14:12:09 +01:00
2013-11-19 11:42:31 +01:00
2014-01-09 10:28:23 +01:00
2014-07-15 14:53:41 +02:00
2012-11-25 17:03:19 +01:00
2010-04-21 17:38:53 +01:00
2014-05-28 14:13:16 +02:00

This directory contains the rsyslog testbench. It is slowly
evolving. New tests are always welcome. So far, most tests check
out the functionality of a single module. More complex tests are
welcome.

For a simple sample, see rtinit.c, which does a simple
init/deinit check of the runtime system.

Setting up Test Environments
============================

Setting up MariaDB/MySQL
------------------------
to create the necessary user:

echo "create user 'rsyslog'@'localhost' identified by 'testbench';" | mysql -u root
mysql -u root < ../plugins/ommysql/createDB.sql
echo "grant all on Syslog.* to 'rsyslog'@'localhost';" | mysql -u root

openSUSE
--------
To configure system properties like hostname and firewall, use the
graphical "yast2" administration tool. Note the ssh-access by default
is disable in the firewall!