From ce1ac59c61ab40a24004dca140de7db81cd2104e Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Thu, 11 Oct 2007 07:55:27 +0000
Subject: [PATCH] make location of replication topology file configurable

---
 opends/tests/functional-tests/testcases/replication/replication_setup.xml |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/testcases/replication/replication_setup.xml b/opends/tests/functional-tests/testcases/replication/replication_setup.xml
index 9ed8ace..14fd9e8 100644
--- a/opends/tests/functional-tests/testcases/replication/replication_setup.xml
+++ b/opends/tests/functional-tests/testcases/replication/replication_setup.xml
@@ -48,7 +48,15 @@
           <message>
              'Create DS topology as described in %s' % topologyFile
           </message>
-        
+
+          <script>
+            try:
+              if REPLICATION_CONFIG_FILE:
+                topologyFile=REPLICATION_CONFIG_FILE
+            except NameError:
+              topologyFile=topologyFile
+          </script>
+                 
           <call function="'createTopology'">
             { 'topologyDescFile' : topologyFile,
               'sharedDataFolder' : 'replication' }

--
Gitblit v1.10.0