Add missing CLI interface to configs

The regexfilter test was missing the CLI definition which slows down the
test.
This commit is contained in:
Markus Mäkelä 2017-05-30 10:19:22 +03:00
parent a4802cdbd1
commit 20f31428ac
2 changed files with 20 additions and 0 deletions

View File

@ -101,3 +101,13 @@ type=server
address=###node_server_IP_4###
port=###node_server_port_4###
protocol=MySQLBackend
[CLI]
type=service
router=cli
[CLI Listener]
type=listener
service=CLI
protocol=maxscaled
socket=default

View File

@ -53,6 +53,16 @@ service=Read Connection Router Master
protocol=MySQLClient
port=4008
[CLI]
type=service
router=cli
[CLI Listener]
type=listener
service=CLI
protocol=maxscaled
socket=default
[server1]
type=server
address=###node_server_IP_1###