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

el_kaboing
18.48.2006 aac440c7cbef3c6a1c06b28740b570a62e8ab934
Added an additional test case for the CLEAR password storage scheme.
1 files modified
25 ■■■■■ changed files
opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_storage/security_pwd_CLEAR.xml 25 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/testcases/security/pwd_storage/security_pwd_CLEAR.xml
@@ -119,6 +119,31 @@
          </sequence>
        </testcase>
        <!--- Test Case : Check Password-->
        <testcase name="'Security: Pwd Storage CLEAR: Check Pwd'">
          <sequence>
            <call function="'SearchObject'">
              { 'dsInstanceHost'   : DIRECTORY_INSTANCE_HOST ,
                'dsInstancePort'   : DIRECTORY_INSTANCE_PORT ,
                'dsInstanceDn'     : DIRECTORY_INSTANCE_DN ,
                'dsInstancePswd'   : DIRECTORY_INSTANCE_PSWD ,
                'dsBaseDN'         : 'uid=jwalker,ou=people,ou=password tests,o=Pwd Storage Tests,dc=example,dc=com' ,
                'dsFilter'         : 'objectclass=*'  ,
                'attributes'      : 'userpassword' }
            </call>
            <script>
             returnString = STAXResult[0][1]
            </script>
            <call function="'checktestString'">
                { 'returnString'       : returnString ,
                  'expectedString'     : 'CLEARdogleg' }
            </call>
          </sequence>
        </testcase>
        <!--- Test case: Admin Reset To SSHA Storage Scheme -->
        <testcase name="'Security: Pwd Storage CLEAR: Postamble'">
          <sequence>