testbench: libdbi tests used wrong db credentials

This commit is contained in:
Rainer Gerhards 2014-11-04 10:52:12 +01:00
parent 40da59bd8b
commit 6e596e8893
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ $ActionQueueType LinkedList
$ActionLibdbiDriver mysql
$ActionLibdbiHost 127.0.0.1
$ActionLibdbiUserName root
$ActionLibdbiPassword pass
$ActionLibdbiUserName rsyslog
$ActionLibdbiPassword testbench
$ActionLibdbiDBName Syslog
:msg, contains, "msgnum:" :omlibdbi:

View File

@ -3,7 +3,7 @@ $IncludeConfig diag-common.conf
$ModLoad ../plugins/omlibdbi/.libs/omlibdbi
$ActionLibdbiDriver mysql
$ActionLibdbiHost 127.0.0.1
$ActionLibdbiUserName root
$ActionLibdbiPassword pass
$ActionLibdbiUserName rsyslog
$ActionLibdbiPassword testbench
$ActionLibdbiDBName Syslog
:msg, contains, "msgnum:" :omlibdbi: