Blame SOURCES/openldap-cbinding-ITS-8573-Add-missing-URI-variables-for-tests.patch

e4ff3b
From 465b1c5972eef1d4e60eb98ae3776d33e270853d Mon Sep 17 00:00:00 2001
e4ff3b
From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= <okuznik@symas.com>
e4ff3b
Date: Fri, 15 Jun 2018 15:12:28 +0100
e4ff3b
Subject: [PATCH] ITS#8573 Add missing URI variables for tests
e4ff3b
e4ff3b
---
e4ff3b
 tests/scripts/conf.sh    | 18 ++++++++++++++++++
e4ff3b
 tests/scripts/defines.sh |  7 +++++++
e4ff3b
 2 files changed, 25 insertions(+)
e4ff3b
e4ff3b
diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh
e4ff3b
index 9a33d88e9..2a859d89d 100755
e4ff3b
--- a/tests/scripts/conf.sh
e4ff3b
+++ b/tests/scripts/conf.sh
e4ff3b
@@ -74,6 +74,24 @@ sed -e "s/@BACKEND@/${BACKEND}/"			\
e4ff3b
 	-e "s;@PORT4@;${PORT4};"			\
e4ff3b
 	-e "s;@PORT5@;${PORT5};"			\
e4ff3b
 	-e "s;@PORT6@;${PORT6};"			\
e4ff3b
+	-e "s;@SURI1@;${SURI1};"			\
e4ff3b
+	-e "s;@SURI2@;${SURI2};"			\
e4ff3b
+	-e "s;@SURI3@;${SURI3};"			\
e4ff3b
+	-e "s;@SURI4@;${SURI4};"			\
e4ff3b
+	-e "s;@SURI5@;${SURI5};"			\
e4ff3b
+	-e "s;@SURI6@;${SURI6};"			\
e4ff3b
+	-e "s;@URIP1@;${URIP1};"			\
e4ff3b
+	-e "s;@URIP2@;${URIP2};"			\
e4ff3b
+	-e "s;@URIP3@;${URIP3};"			\
e4ff3b
+	-e "s;@URIP4@;${URIP4};"			\
e4ff3b
+	-e "s;@URIP5@;${URIP5};"			\
e4ff3b
+	-e "s;@URIP6@;${URIP6};"			\
e4ff3b
+	-e "s;@SURIP1@;${SURIP1};"			\
e4ff3b
+	-e "s;@SURIP2@;${SURIP2};"			\
e4ff3b
+	-e "s;@SURIP3@;${SURIP3};"			\
e4ff3b
+	-e "s;@SURIP4@;${SURIP4};"			\
e4ff3b
+	-e "s;@SURIP5@;${SURIP5};"			\
e4ff3b
+	-e "s;@SURIP6@;${SURIP6};"			\
e4ff3b
 	-e "s/@SASL_MECH@/${SASL_MECH}/"		\
e4ff3b
 	-e "s;@TESTDIR@;${TESTDIR};"			\
e4ff3b
 	-e "s;@TESTWD@;${TESTWD};"			\
e4ff3b
diff --git a/tests/scripts/defines.sh b/tests/scripts/defines.sh
e4ff3b
index 8f7c7b853..26dab1bae 100755
e4ff3b
--- a/tests/scripts/defines.sh
e4ff3b
+++ b/tests/scripts/defines.sh
e4ff3b
@@ -221,16 +221,23 @@ URIP2="ldap://${LOCALIP}:$PORT2/"
e4ff3b
 URI3="ldap://${LOCALHOST}:$PORT3/"
e4ff3b
 URIP3="ldap://${LOCALIP}:$PORT3/"
e4ff3b
 URI4="ldap://${LOCALHOST}:$PORT4/"
e4ff3b
+URIP4="ldap://${LOCALIP}:$PORT4/"
e4ff3b
 URI5="ldap://${LOCALHOST}:$PORT5/"
e4ff3b
+URIP5="ldap://${LOCALIP}:$PORT5/"
e4ff3b
 URI6="ldap://${LOCALHOST}:$PORT6/"
e4ff3b
+URIP6="ldap://${LOCALIP}:$PORT6/"
e4ff3b
 SURI1="ldaps://${LOCALHOST}:$PORT1/"
e4ff3b
 SURIP1="ldaps://${LOCALIP}:$PORT1/"
e4ff3b
 SURI2="ldaps://${LOCALHOST}:$PORT2/"
e4ff3b
 SURIP2="ldaps://${LOCALIP}:$PORT2/"
e4ff3b
 SURI3="ldaps://${LOCALHOST}:$PORT3/"
e4ff3b
+SURIP3="ldaps://${LOCALIP}:$PORT3/"
e4ff3b
 SURI4="ldaps://${LOCALHOST}:$PORT4/"
e4ff3b
+SURIP4="ldaps://${LOCALIP}:$PORT4/"
e4ff3b
 SURI5="ldaps://${LOCALHOST}:$PORT5/"
e4ff3b
+SURIP5="ldaps://${LOCALIP}:$PORT5/"
e4ff3b
 SURI6="ldaps://${LOCALHOST}:$PORT6/"
e4ff3b
+SURIP6="ldaps://${LOCALIP}:$PORT6/"
e4ff3b
 
e4ff3b
 # LDIF
e4ff3b
 LDIF=$DATADIR/test.ldif
e4ff3b
-- 
e4ff3b
2.29.2
e4ff3b