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

andrug
22.06.2008 75ace4eb028a63acfc8d6933eaa4f209400ace8f
opends/tests/system-tests/phases/configuration/configuration.xml
@@ -33,6 +33,11 @@
  <!-- ************************************************************ -->
  <function name="configuration" scope="local">
    <function-map-args>
      <function-arg-def name="phase" type="required">
        <function-arg-description>
          phase object
        </function-arg-description>
      </function-arg-def>
      <function-arg-def name="instances" type="required">
        <function-arg-description>
          list of instances classes
@@ -48,8 +53,8 @@
    <sequence>
      <!-- == Call preambule == -->
      <call function="'phasePreamble'">
      { 'phaseName' : 'configuration' ,
        'fileFd'    : LOG_MAIN_FD }
      { 'phase'  : PHASE_CONFIGURATION,
        'fileFd' : LOG_MAIN_FD }
      </call>
      
      <import machine="'%s' % (STAF_LOCAL_HOSTNAME)"
@@ -105,8 +110,8 @@
      <!-- ==  Call postphase == -->
      <call function="'phasePostamble'">
      {
        'phaseName' : 'configuration',
        'fileFd'    : LOG_MAIN_FD
        'phase'  : PHASE_CONFIGURATION,
        'fileFd' : LOG_MAIN_FD
      }
      </call>