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

andrug
22.27.2008 e08afd7823bd5ea3d13982ac8845e3aebeac6bf6
run checkOpendsReplication if more than one instance in the topology
1 files modified
6 ■■■■ changed files
opendj-sdk/opends/tests/system-tests/phases/shared/functions/opendstools.xml 6 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/system-tests/phases/shared/functions/opendstools.xml
@@ -34,7 +34,7 @@
      </function-arg-def>
      <function-arg-def name="instances" type="required">
        <function-arg-description>
          instances list
          opends instances objects list
        </function-arg-description>
      </function-arg-def>
      <function-arg-def name="suffix" type="required">
@@ -74,6 +74,8 @@
      
      
      <!--==== Check replication synchronization =========-->
      <if expr="len(instances) > 1">
        <sequence>
      <call function="'checkOpendsReplication'">
          {
            'instance'  : instance,
@@ -83,6 +85,8 @@
          }
      </call>
      <script> _errNum += STAXResult </script>
        </sequence>
      </if>
      
      
      <!--==== Compare entries =========-->