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

andrug
01.29.2008 87fadb5ec86d2c7927099090a528d16a444afd4c
opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml
@@ -84,6 +84,23 @@
        </sequence>
      <else>
        <sequence>
          <if expr="needCopy == 1">
            <sequence>
              <call function="'copyFile'">
              {
                'srcFile'    : '%s/scenario/%s/%s' % \
                               (TESTS_DIR,scenario.getName(),configFile),
                'destFile'   : configFilePath,
                'location'   : STAXServiceMachine,
                'remoteHost' : client.getHost(),
                'fileFd'     : fileFd
              }
              </call>
              <script>errNum += STAXResult[0]</script>
            </sequence>
          </if>
          <!-- ========================================================== -->
          <!-- =============== Build Monitoring Client ================== -->
          <!-- ========== Run the client ========== -->