#47635 CI lib389: MT/Backend/Suffix to be conform with the design
Closed: wontfix None Opened 10 years ago by tbordaz.

This ticket is to make/update the MappingTree/Backend/Suffix classes/method to be conform with the design http://port389.org/wiki/Upstream_test_framework


git merge mappingTree
Updating 10d0783..5b7856e
Fast-forward
lib389/init.py | 240 +++++++++++++++++++++++-------------------------------------------------
lib389/_constants.py | 14 +++--
lib389/backend.py | 328 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lib389/brooker.py | 259 +-----------------------------------------------------------------------------
lib389/mappingTree.py | 324 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
lib389/properties.py | 108 +++++++++++++++++++++++++++++----
lib389/suffix.py | 84 ++++++++++++++++++++++++++
tests/backend_test.py | 335 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------
tests/dirsrv_test.py | 2 +-
tests/mappingTree_test.py | 275 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/suffix_test.py | 104 ++++++++++++++++++++++++++++++++
11 files changed, 1520 insertions(+), 553 deletions(-)
create mode 100644 lib389/backend.py
create mode 100644 lib389/mappingTree.py
create mode 100644 lib389/suffix.py
create mode 100644 tests/mappingTree_test.py
create mode 100644 tests/suffix_test.py

git push origin master

Counting objects: 24, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (15/15), done.
Writing objects: 100% (15/15), 16.27 KiB, done.
Total 15 (delta 6), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/lib389.git/
10d0783..5b7856e master -> master

commit 5b7856e452481284450987e61d7942c4611a0c8c
Author: Thierry bordaz (tbordaz) tbordaz@redhat.com
Date: Tue Dec 17 15:32:55 2013 +0100

Milestone lib389 1.0 deleted

Metadata Update from @tbordaz:
- Issue assigned to tbordaz

7 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 issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/972

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata