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

andrug
30.57.2008 e0e8256d7df192f7aed3b585f78e4874ec6aad14
QA: System Test: Part2: Add new dedicated jython object to manage external tools
1 files modified
6 ■■■■ changed files
opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml 6 ●●●● patch | view | raw | blame | history
opends/tests/system-tests/clients/monitoring/monitoringPreamble.xml
@@ -107,7 +107,7 @@
          <!-- Copy jar in client host -->
          <call function="'copyFile'">
          {
            'srcFile'    : scenario.getJdmkrtPath(),
            'srcFile'    : externalTools.getJdmkrtPath(),
            'destFile'   : jdmkrt,
            'location'   : STAXServiceMachine,
            'remoteHost' : client.getHost(),
@@ -220,7 +220,7 @@
          <!-- Copy jar in client host -->
          <call function="'copyFile'">
          {
            'srcFile'    : scenario.getJcommonPath(),
            'srcFile'    : externalTools.getJcommonPath(),
            'destFile'   : jcommon,
            'location'   : STAXServiceMachine,
            'remoteHost' : client.getHost(),
@@ -232,7 +232,7 @@
          <!-- Copy jar in client host -->
          <call function="'copyFile'">
          {
            'srcFile'    : scenario.getJfreechartPath(),
            'srcFile'    : externalTools.getJfreechartPath(),
            'destFile'   : jfreechart,
            'location'   : STAXServiceMachine,
            'remoteHost' : client.getHost(),