Thomas Gelf b996a684be tests: refactor bootstrapping, initial Gitlab-CI..
...support. Currently expects three test-runners offering Debian Jessie,
Ubuntu 16.04 LTS (Xenial) and CentOS 7. Removed all dependencies on the
Icinga Web 2 test module, installing phpunit should suffice to run tests
in a normal environment.

This is a first attempt to make things easier, more to come.
2016-11-03 02:50:39 +01:00

14 lines
215 B
INI

[Director MySQL TestDB]
type = "db"
db = "mysql"
host = "localhost"
username = "root"
charset = "utf8"
[Director PostgreSQL TestDB]
type = "db"
db = "pgsql"
host = "localhost"
password = "testing"
charset = "utf8"