#49632 Issue 49585 - Add py3 support to password test suite : part-3
Closed 3 years ago by spichugi. Opened 6 years ago by aadhikari.
aadhikari/389-ds-base password-2  into  master

@@ -11,7 +11,6 @@ 

  from lib389.utils import *

  from lib389.topologies import topology_st

  from lib389._constants import DEFAULT_SUFFIX, HOST_STANDALONE, DN_DM, PORT_STANDALONE

- 

  from lib389.idm.user import UserAccounts

  

  logging.getLogger(__name__).setLevel(logging.INFO)
@@ -74,6 +73,9 @@ 

      """Assert that all of our password algorithms correctly PASS and FAIL varying

      password conditions.

      """

+     if algo == 'DEFAULT':

+        if ds_is_older('1.4.0'):

+           pytest.skip("Not implemented")

      _test_algo(topology_st.standalone, algo)

      log.info('Test %s PASSED' % algo)

  

Description: Added code to handle the value 'DEFAULT' in passwordStorageScheme
for older version of DS.

https://pagure.io/389-ds-base/issue/49585

Reviewed by: ?

rebased onto 8b135d91ec699bf4dfed6e05d821f7d5db52c895

6 years ago

rebased onto 0a5e39f

6 years ago

Pull-Request has been merged by vashirov

6 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/2691

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago
Metadata