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

gary_williams
03.46.2008 a0dc13bd7370bae5f5e297801ee542dd2c18f936
opendj-sdk/opends/tests/functional-tests/testcases/plugins/plugins.xml
@@ -35,9 +35,18 @@
<stax>
  <defaultcall function="main_plugins"/>
  <function name="main_plugins">
    <function-list-args>
      <function-required-arg name="STAXParentID"/>
    </function-list-args>
    <sequence>
      <block name="'plugins'">
        <sequence>
          <!--- Load the job environment for the test group execution -->
          <import machine="STAF_LOCAL_HOSTNAME"
                  file="'%s/environment.xml' % TESTS_FUNCTIONS_DIR" />
          <call function="'loadJobEnvironment'">
               { 'parent' : STAXParentID }
          </call>
          <script>
            CurrentTestPath['group']='plugins'
          </script>