Rainer Gerhards 34762b4336 testbench: remove test that always fails due to problem in liblognorm
This may be restored if the unusual construct in liblognorm gets fixed.
However, this construct is replaced in liblognorm v2 by something better
(repeat), so it is not sure yet if the legacy part of liblognorm will get
a fix.
2015-11-10 18:45:20 +01:00
..
2009-10-21 15:17:19 +02:00
2014-07-14 11:21:58 +02:00
2009-03-31 20:35:15 +02:00
2014-11-04 11:33:41 +01: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!