From: Ondřej Kuzník Date: Fri, 15 Jun 2018 14:12:28 +0000 (+0100) Subject: ITS#8573 Add missing URI variables for tests X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=465b1c5972eef1d4e60eb98ae3776d33e270853d ITS#8573 Add missing URI variables for tests --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index fe5e60509e..02629f1900 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -75,6 +75,24 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s;@PORT4@;${PORT4};" \ -e "s;@PORT5@;${PORT5};" \ -e "s;@PORT6@;${PORT6};" \ + -e "s;@SURI1@;${SURI1};" \ + -e "s;@SURI2@;${SURI2};" \ + -e "s;@SURI3@;${SURI3};" \ + -e "s;@SURI4@;${SURI4};" \ + -e "s;@SURI5@;${SURI5};" \ + -e "s;@SURI6@;${SURI6};" \ + -e "s;@URIP1@;${URIP1};" \ + -e "s;@URIP2@;${URIP2};" \ + -e "s;@URIP3@;${URIP3};" \ + -e "s;@URIP4@;${URIP4};" \ + -e "s;@URIP5@;${URIP5};" \ + -e "s;@URIP6@;${URIP6};" \ + -e "s;@SURIP1@;${SURIP1};" \ + -e "s;@SURIP2@;${SURIP2};" \ + -e "s;@SURIP3@;${SURIP3};" \ + -e "s;@SURIP4@;${SURIP4};" \ + -e "s;@SURIP5@;${SURIP5};" \ + -e "s;@SURIP6@;${SURIP6};" \ -e "s/@SASL_MECH@/${SASL_MECH}/" \ -e "s;@TESTDIR@;${TESTDIR};" \ -e "s;@TESTWD@;${TESTWD};" \ diff --git a/tests/scripts/defines.sh b/tests/scripts/defines.sh index 2c9e8f76a6..9816034f90 100755 --- a/tests/scripts/defines.sh +++ b/tests/scripts/defines.sh @@ -223,16 +223,23 @@ URIP2="ldap://${LOCALIP}:$PORT2/" URI3="ldap://${LOCALHOST}:$PORT3/" URIP3="ldap://${LOCALIP}:$PORT3/" URI4="ldap://${LOCALHOST}:$PORT4/" +URIP4="ldap://${LOCALIP}:$PORT4/" URI5="ldap://${LOCALHOST}:$PORT5/" +URIP5="ldap://${LOCALIP}:$PORT5/" URI6="ldap://${LOCALHOST}:$PORT6/" +URIP6="ldap://${LOCALIP}:$PORT6/" SURI1="ldaps://${LOCALHOST}:$PORT1/" SURIP1="ldaps://${LOCALIP}:$PORT1/" SURI2="ldaps://${LOCALHOST}:$PORT2/" SURIP2="ldaps://${LOCALIP}:$PORT2/" SURI3="ldaps://${LOCALHOST}:$PORT3/" +SURIP3="ldaps://${LOCALIP}:$PORT3/" SURI4="ldaps://${LOCALHOST}:$PORT4/" +SURIP4="ldaps://${LOCALIP}:$PORT4/" SURI5="ldaps://${LOCALHOST}:$PORT5/" +SURIP5="ldaps://${LOCALIP}:$PORT5/" SURI6="ldaps://${LOCALHOST}:$PORT6/" +SURIP6="ldaps://${LOCALIP}:$PORT6/" # LDIF LDIF=$DATADIR/test.ldif