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

smaguin
02.21.2008 bacbb9d95b3d8807c2e6686d92f0fae902194328
Copy data that are under the scenario directory
1 files modified
24 ■■■■■ changed files
opends/tests/system-tests/phases/main_run_lib.xml 24 ●●●●● patch | view | raw | blame | history
opends/tests/system-tests/phases/main_run_lib.xml
@@ -295,6 +295,30 @@
                    }
                    </call>
                  </if>
                  <!-- Copy data that are under the scenario directory -->
                  <call function="'isFile'">
                  {
                    'location' : STAXServiceMachine,
                    'fileName' : '%s/scenario/%s/data' % \
                                 (TESTS_DIR,DIR_NAME),
                  }
                  </call>
                  <script>
                    fileExist = STAXResult
                  </script>
                  <if expr="fileExist == TRUE">
                    <call function="'copyFolder'">
                    {
                      'remoteHost'    : '%s%s' % (client.getHost(),DOMAIN[0]),
                      'fromDirectory' : '%s/scenario/%s/data' % \
                                        (TESTS_DIR,DIR_NAME),
                      'toDirectory'   : '%s/scenario/%s/data' % \
                                        (LOCAL_TESTS_DIR,DIR_NAME),
                      'fileFd'        : NO_FILE
                    }
                    </call>
                  </if>
                </sequence>
              </if>
            </sequence>