mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gary_williams
11.55.2007 ce1ac59c61ab40a24004dca140de7db81cd2104e
make location of replication topology file configurable
1 files modified
10 ■■■■■ changed files
opends/tests/functional-tests/testcases/replication/replication_setup.xml 10 ●●●●● patch | view | raw | blame | history
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' }