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

mkeyes
26.02.2007 ef09335786876f9db5a1c86a9ad28341b6bb650f
Updating some security password validator functional tests to reflect recent upgrades in the OpenDS code.
2 files modified
27 ■■■■■ changed files
opends/tests/functional-tests/testcases/security/pwd_validator/security_character_set.xml 19 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/security/pwd_validator/security_dictionary.xml 8 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/testcases/security/pwd_validator/security_character_set.xml
@@ -319,6 +319,16 @@
               'Security: Pwd Validator: Attribute Value: add attribute sn'
            </message>
            
            <call function="'modifyPwdPolicy'">
                  { 'dsInstanceHost'         : DIRECTORY_INSTANCE_HOST ,
                    'dsInstancePort'         : DIRECTORY_INSTANCE_PORT ,
                    'dsInstanceDn'           : DIRECTORY_INSTANCE_DN ,
                    'dsInstancePswd'         : DIRECTORY_INSTANCE_PSWD ,
                    'propertyName'           : 'Default Password Policy' ,
                    'attributeName'          : 'password-validator' ,
                    'modifyType'             : 'reset' }
            </call>
            <call function="'modifyPwdValidator'">
                  { 'dsInstanceHost'         : DIRECTORY_INSTANCE_HOST ,
                    'dsInstancePort'         : DIRECTORY_INSTANCE_PORT ,
@@ -354,10 +364,7 @@
                    'newAttributeValue'      : 'newruling' ,
                    'changetype'             : 'replace'  }
            </call>
            <script>
              knownIssue(1449)
            </script>
            <!-- Uncomment this when Issue 2050/1449 is resolved.
            <message>
               'Security: Pwd Validator: Character Set: user binding with valid password'
            </message>
@@ -371,7 +378,7 @@
                'dsFilter'         : 'objectclass=*'  ,
                'extraParams'      : '-s base' }
            </call>
            -->
            <call function="'testCase_Postamble'"/>
            
          </sequence>
@@ -404,7 +411,7 @@
                  { 'dsInstanceHost'         : DIRECTORY_INSTANCE_HOST ,
                    'dsInstancePort'         : DIRECTORY_INSTANCE_PORT ,
                    'dsInstanceDn'           : 'uid=gfarmer,ou=people,ou=password tests,o=Pwd Validator Tests,dc=example,dc=com' ,
                    'dsInstancePswd'         : 'Newruling123' ,
                    'dsInstancePswd'         : 'newruling' ,
                    'DNToModify'             : 'uid=gfarmer, ou=People, ou=password tests,  o=Pwd Validator Tests, dc=example,dc=com' ,
                    'attributeName'          : 'userpassword' ,
                    'newAttributeValue'      : 'newnewruling' ,
opends/tests/functional-tests/testcases/security/pwd_validator/security_dictionary.xml
@@ -156,7 +156,7 @@
            <call function="'testCase_Preamble'"/>
            
            <message>
               'Security: Pwd Validator: Dictionary: Enable Reverse Password'
               'Security: Pwd Validator: Dictionary: Disable Reverse Password'
            </message>
            <call function="'modifyPwdValidator'">
@@ -170,7 +170,7 @@
                    'modifyType'             : 'set' }
            </call>
            <script>
              knownIssue(2081)
              knownIssue(2361)
            </script>
            <call function="'testCase_Postamble'"/>
            
@@ -196,9 +196,9 @@
                    'changetype'             : 'replace' }
            </call>
            <script>
              knownIssue(2081)
              knownIssue(2361)
            </script>
            <!-- Uncomment when Issue 2081 is resolved.
            <!-- Uncomment when Issue 2361 is resolved.
            <message>
               'Security: Pwd Validator: Dictionary: user binding with valid password'
            </message>