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

el_kaboing
18.48.2006 ca43d4b783ca687c688de8261dec27e75f2f0ff0
Added an additional test case for the CLEAR password storage scheme.
1 files modified
25 ■■■■■ changed files
opends/tests/functional-tests/testcases/security/pwd_storage/security_pwd_CLEAR.xml 25 ●●●●● patch | view | raw | blame | history
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>