From 88a964be65353fc06b594b1071ace58664e22cff Mon Sep 17 00:00:00 2001 From: VilhoRaatikka Date: Thu, 27 Mar 2014 17:06:51 +0200 Subject: [PATCH] Added examples and cleared out actual values to ensure that those need to be filled in before running tests. --- test.inc | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/test.inc b/test.inc index ea1ec8019..d14423907 100644 --- a/test.inc +++ b/test.inc @@ -2,9 +2,29 @@ # This file includes parameters needed for running tests and may be included # in makefiles in test directories if seen useful. # +# hostname or IP address of MaxScale's host, for example: +# +# THOST := 127.0.0.1 +# +THOST := -THOST := 127.0.0.1 -TPORT_RCONN := 4008 -TPORT_RW := 4006 -TUSER := maxuser -TPWD := maxpwd +# +# port of read connection router module, for example: +# TPORT_RCONN := 4008 +# +TPORT_RCONN := +# +# port of read/write split router module, for example: +# TPORT_RW := 4006 +# +TPORT_RW := +# +# username of MaxScale user, for example: +# TUSER := maxuser +# +TUSER := +# +# password of MaxScale user, for example: +# TPWD := maxpwd +# +TPWD :=