opends/tests/staf-tests/functional-tests/testcases/clu_secure/clus_ssl/clus_ssl_ldapsearch.xml
@@ -96,6 +96,8 @@ } </call> <if expr="not is_windows_platform(STAF_REMOTE_HOSTNAME)"> <sequence> <message> 'Security: SSL Check behaviors: ldapsearch, client trustall \ server cert,missing Trustall option' @@ -122,6 +124,8 @@ 'expectedString' : 'server is using the following certificate' } </call> </sequence> </if> <message> 'Security: SSL Check behaviors: ldapsearch, client trustall \ opends/tests/staf-tests/functional-tests/testcases/dsconfig/dsconfig_get/get.dat
@@ -25,7 +25,6 @@ # get-account-status-notification-handler-prop:handler-name:Error Log Handler:account-status-notification-type: get-alert-handler-prop:handler-name:JMX Alert Handler:disabled-alert-type:enabled-alert-type: get-attribute-syntax-prop:syntax-name:Absolute Subtree Specification:enabled:java-class: get-attribute-syntax-prop:syntax-name:Attribute Type Description:enabled: get-attribute-syntax-prop:syntax-name:Authentication Password:enabled:java-class: get-attribute-syntax-prop:syntax-name:Binary:enabled:java-class: @@ -62,7 +61,6 @@ get-attribute-syntax-prop:syntax-name:Presentation Address:enabled:java-class: get-attribute-syntax-prop:syntax-name:Printable String:enabled:java-class: get-attribute-syntax-prop:syntax-name:Protocol Information:enabled:java-class: get-attribute-syntax-prop:syntax-name:Relative Subtree Specification:enabled:java-class: get-attribute-syntax-prop:syntax-name:Substring Assertion:enabled:java-class: get-attribute-syntax-prop:syntax-name:Subtree Specification:enabled:java-class: get-attribute-syntax-prop:syntax-name:Sun-defined Access Control Information:enabled:java-class: opends/tests/staf-tests/functional-tests/testcases/privileges/privileges_import_task.xml
@@ -117,7 +117,7 @@ </script> <call function="'searchString'"> { 'expectedString' : 'Tasks cannot be\nadded due to insufficient access rights\n', { 'expectedString' : 'Tasks cannot be%sadded due to insufficient access rights' % newLine, 'returnString' : resultString , } </call> opends/tests/staf-tests/functional-tests/testcases/security/account_activation/security_account_expiration.xml
@@ -290,7 +290,7 @@ <script> expirationTime = returnString.split(':')[1].strip() if len(expirationTime) == 9 and expirationTime.startswith('83'): if len(expirationTime) == 9 and expirationTime.startswith('8'): myRC = 0 else: myRC = 1 @@ -299,7 +299,7 @@ <if expr="myRC== 0"> <sequence> <message log="1"> 'SUCCESS: Expiration (%s) time contains 9 digit and starts with 86' % expirationTime 'SUCCESS: Expiration (%s) time contains 9 digit and starts with 8' % expirationTime </message> <tcstatus result="'pass'"/> </sequence>