Skip to content

Commit

Permalink
Issue 4575 Update test docstrings metadata
Browse files Browse the repository at this point in the history
Description: Mapping all the test cases to the requirements.

Fix Description: Adding __init__.py file and docstrings to all the test suites

Fixes: #4754

Reviewed by: @vashirov, @sgouvern (Thanks!)
  • Loading branch information
aadhikar authored and bsimonova committed Jun 2, 2021
1 parent a38f939 commit 53f372c
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/attr_encryption/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Attribute Encryption
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/auth_token/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Authentication Token
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/backups/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Directory Server Backup Operations
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/chaining_plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Chaining Plugin
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/entryuuid/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Entry uuid
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/export/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: DataBase Export
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/fourwaymmr/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Four way Multi-Master Replication
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/lib389/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Lib389
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/mapping_tree/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Mapping Tree
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/openldap_2_389/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Test OpenLDAP
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/pwp_storage/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Password Storage Scheme
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/referint_plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Referential Integrity Plugin
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/resource_limits/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Resource Limits
"""
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/state/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: 389-ds-base: Operational Attributes
"""
4 changes: 3 additions & 1 deletion dirsrvtests/tests/suites/syncrepl_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# License: GPL (version 3 or any later version).
# See LICENSE for details.
# --- END COPYRIGHT BLOCK ---

"""
:Requirement: 389-ds-base: Sync Replication Plugin
"""
import logging
import ldap
import time
Expand Down
3 changes: 3 additions & 0 deletions dirsrvtests/tests/suites/upgrade/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
:Requirement: 389-ds-base: Test Replication Plugin Update
"""

0 comments on commit 53f372c

Please sign in to comment.