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

mkeyes
26.22.2007 101a07c8ae0506d3231cd0f9874219dedb745ee7
Updated some of the security functional tests to reflect recent upgrades in the OpenDS source code.
3 files modified
15 ■■■■ changed files
opends/tests/functional-tests/testcases/security/pwd_policy/security_preencoded_pwds.xml 2 ●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/security/pwd_storage/security_pwd_SSHA.xml 9 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/security/pwd_storage/security_pwd_storage.xml 4 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/security/pwd_policy/security_preencoded_pwds.xml
@@ -69,7 +69,7 @@
                'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                'entryToBeAdded'   : '%s/security/pwd_policy/add_entry_preencoded_pwd.ldif' % logsRemoteDataDir ,
                'expectedRC'       : 19 }
                'expectedRC'       : 53 }
            </call>
             <call function="'SearchObject'">
opends/tests/functional-tests/testcases/security/pwd_storage/security_pwd_SSHA.xml
@@ -228,15 +228,6 @@
                    'expectedRC'             : 1 }
            </call>
            
            <script>
                 returnString = STAXReason[0][1]
            </script>
            <call function="'checktestString'">
                    { 'returnString'       : returnString ,
                      'expectedString'     : 'error code 53' }
            </call>
            <call function="'testCase_Postamble'"/>
            
          </sequence>
opends/tests/functional-tests/testcases/security/pwd_storage/security_pwd_storage.xml
@@ -94,11 +94,11 @@
          <import machine="STAF_LOCAL_HOSTNAME"
            file="'%s/testcases/security/pwd_storage/security_pwd_CRYPT.xml' % (TESTS_DIR)"/>
          <call function="'pwd_CRYPT'" />
          <!--
          <import machine="STAF_LOCAL_HOSTNAME"
            file="'%s/testcases/security/pwd_storage/security_multiple_schemes.xml' % (TESTS_DIR)"/>
          <call function="'multiple_schemes'" />
          -->
          <import machine="STAF_LOCAL_HOSTNAME"
            file="'%s/testcases/security/pwd_storage/security_deprecated_schemes.xml' % (TESTS_DIR)"/>
          <call function="'deprecated_schemes'" />