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

gary_williams
05.07.2007 5d75a3a5eb6fc8c7318457104e771e00f3bb8b30
align tests for setup cli changes
3 files modified
23 ■■■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml 16 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/shared/functions/dsadm.xml
@@ -86,7 +86,13 @@
          Enable as a Windows Service
        </function-arg-description>
        <function-arg-property name="type" value="boolean"/>
      </function-arg-def>
      </function-arg-def>
      <function-arg-def name="dsDoNotStart" type="optional">
        <function-arg-description>
          Do not start server after setup
        </function-arg-description>
        <function-arg-property name="type" value="boolean"/>
      </function-arg-def>
      <function-arg-def name="dsHelp" type="optional">
        <function-arg-description>
          Help option
@@ -104,8 +110,7 @@
        if dsPath:
          STAFCmd='%s/setup%s' % (dsPath,fileExt)
          STAFCmdParamsList.append('--cli')
          STAFCmdParamsList.append('-Q')
          STAFCmdParamsList.append('-n')
                  
        if dsPort:
          STAFCmdParamsList.append('-p %s' % dsPort)
@@ -127,7 +132,10 @@
        if dsEnableWindowsService:
          STAFCmdParamsList.append('-e')
        if dsDoNotStart:
          STAFCmdParamsList.append('-O')
        if dsHelp:
          STAFCmdParamsList.append('-H')
 
opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml
@@ -287,7 +287,7 @@
      
      <function-arg-def name="extraParams" type="optional">
        <function-arg-description>
          Optional extra parameters for specific test cases. ie -M
          Optional extra parameters for specific test cases. ie -m
        </function-arg-description>
        <function-arg-property name="type" value="string" />
      </function-arg-def>
@@ -2073,4 +2073,4 @@
      </return>
    </sequence>
  </function>
</stax>
</stax>
opendj-sdk/opends/tests/functional-tests/shared/functions/topology.xml
@@ -459,7 +459,8 @@
          'dsBindDN'               : dsBindDN,
          'dsBindPwd'              : dsBindPwd,
          'dsBaseDN'               : dsBaseDN,
          'dsEnableWindowsService' : enableWindowsService
          'dsEnableWindowsService' : enableWindowsService,
          'dsDoNotStart'           : 'true'
        }
      </call>