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

gary_williams
10.42.2007 784d9df29a478bbcd1bb9b66711d46644416952f
Fix Issue 1590 start-tls tests don't implement logging
1 files modified
19 ■■■■■ changed files
opends/tests/functional-tests/testcases/security/startTLS/security_startTLS.xml 19 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/security/startTLS/security_startTLS.xml
@@ -33,8 +33,12 @@
    <sequence>
      <block name="'start-tls'">
        <sequence>
      <script>
        CurrentTestPath['suite']='startTLS'
            CurrentTestPath['suite']=STAXCurrentBlock
      </script>
      
      <call function="'testSuite_Preamble'"/>
@@ -50,14 +54,12 @@
      </call>
      <call function="'checkRC'">
          { 'returncode' : RC ,
            'result'     : STAXResult }
            { 'returncode' : RC , 'result' : STAXResult }
      </call>
      <!--- Check that DS started -->
      <call function="'isAlive'">
        { 'noOfLoops'        : 5 ,
          'noOfMilliSeconds' : 2000 }
            { 'noOfLoops' : 5 , 'noOfMilliSeconds' : 2000 }
      </call>
      <import machine="'%s' % STAF_LOCAL_HOSTNAME"
@@ -90,14 +92,17 @@
      </call>
      <call function="'checkRC'">
          { 'returncode' : RC ,
            'result'     : STAXResult }
            { 'returncode' : RC , 'result' : STAXResult }
      </call>
      <call function="'testSuite_Postamble'"/>
        
    </sequence>
      </block>
    </sequence>
  </function>
</stax>