From 634df9e4a546a7b02bf59d159306508b6ca59347 Mon Sep 17 00:00:00 2001 From: Amita Sharma Date: Oct 18 2018 07:50:55 +0000 Subject: Issue 49929 - Modifications required for the Test Case Management System Description: We need to have the requirement token specified in the init.py file of each test suit in order to get the test cases mapped to these requirements in our test system. https://pagure.io/389-ds-base/issue/49929 Reviewed by: Viktor --- diff --git a/dirsrvtests/tests/suites/acl/__init__.py b/dirsrvtests/tests/suites/acl/__init__.py index e69de29..147ecba 100644 --- a/dirsrvtests/tests/suites/acl/__init__.py +++ b/dirsrvtests/tests/suites/acl/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Access Control Instructions (ACI) +""" diff --git a/dirsrvtests/tests/suites/automember_plugin/__init__.py b/dirsrvtests/tests/suites/automember_plugin/__init__.py new file mode 100644 index 0000000..fd6c4a5 --- /dev/null +++ b/dirsrvtests/tests/suites/automember_plugin/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Auto Member +""" diff --git a/dirsrvtests/tests/suites/basic/__init__.py b/dirsrvtests/tests/suites/basic/__init__.py index e69de29..8371b76 100644 --- a/dirsrvtests/tests/suites/basic/__init__.py +++ b/dirsrvtests/tests/suites/basic/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Basic Directory Server Operations +""" diff --git a/dirsrvtests/tests/suites/betxns/__init__.py b/dirsrvtests/tests/suites/betxns/__init__.py index e69de29..1c260e0 100644 --- a/dirsrvtests/tests/suites/betxns/__init__.py +++ b/dirsrvtests/tests/suites/betxns/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: betxn Plugin +""" diff --git a/dirsrvtests/tests/suites/clu/__init__.py b/dirsrvtests/tests/suites/clu/__init__.py index e69de29..bff658e 100644 --- a/dirsrvtests/tests/suites/clu/__init__.py +++ b/dirsrvtests/tests/suites/clu/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Command Line Utility +""" diff --git a/dirsrvtests/tests/suites/config/__init__.py b/dirsrvtests/tests/suites/config/__init__.py index e69de29..bda0655 100644 --- a/dirsrvtests/tests/suites/config/__init__.py +++ b/dirsrvtests/tests/suites/config/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Directory Server Configurations +""" diff --git a/dirsrvtests/tests/suites/cos/__init__.py b/dirsrvtests/tests/suites/cos/__init__.py index e69de29..b16a278 100644 --- a/dirsrvtests/tests/suites/cos/__init__.py +++ b/dirsrvtests/tests/suites/cos/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Class of Service +""" diff --git a/dirsrvtests/tests/suites/disk_monitoring/__init__.py b/dirsrvtests/tests/suites/disk_monitoring/__init__.py index e69de29..2257178 100644 --- a/dirsrvtests/tests/suites/disk_monitoring/__init__.py +++ b/dirsrvtests/tests/suites/disk_monitoring/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Disk Monitoring +""" diff --git a/dirsrvtests/tests/suites/ds_logs/__init__.py b/dirsrvtests/tests/suites/ds_logs/__init__.py index e69de29..feefbd2 100644 --- a/dirsrvtests/tests/suites/ds_logs/__init__.py +++ b/dirsrvtests/tests/suites/ds_logs/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Directory Server Logs +""" diff --git a/dirsrvtests/tests/suites/ds_tools/__init__.py b/dirsrvtests/tests/suites/ds_tools/__init__.py new file mode 100644 index 0000000..10d3805 --- /dev/null +++ b/dirsrvtests/tests/suites/ds_tools/__init__.py @@ -0,0 +1,4 @@ + +""" + :Requirement: 389-ds-base: Directory Server Tools +""" diff --git a/dirsrvtests/tests/suites/dynamic_plugins/__init__.py b/dirsrvtests/tests/suites/dynamic_plugins/__init__.py index e69de29..8041ca2 100644 --- a/dirsrvtests/tests/suites/dynamic_plugins/__init__.py +++ b/dirsrvtests/tests/suites/dynamic_plugins/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Dynamic Plugins +""" diff --git a/dirsrvtests/tests/suites/filter/__init__.py b/dirsrvtests/tests/suites/filter/__init__.py index e69de29..beccf4b 100644 --- a/dirsrvtests/tests/suites/filter/__init__.py +++ b/dirsrvtests/tests/suites/filter/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: LDAP Filters +""" diff --git a/dirsrvtests/tests/suites/get_effective_rights/__init__.py b/dirsrvtests/tests/suites/get_effective_rights/__init__.py index e69de29..c751fcd 100644 --- a/dirsrvtests/tests/suites/get_effective_rights/__init__.py +++ b/dirsrvtests/tests/suites/get_effective_rights/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Get Effective Rights +""" diff --git a/dirsrvtests/tests/suites/gssapi/__init__.py b/dirsrvtests/tests/suites/gssapi/__init__.py index e69de29..744c6d5 100644 --- a/dirsrvtests/tests/suites/gssapi/__init__.py +++ b/dirsrvtests/tests/suites/gssapi/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: GSSAPI Authentication +""" diff --git a/dirsrvtests/tests/suites/gssapi_repl/__init__.py b/dirsrvtests/tests/suites/gssapi_repl/__init__.py new file mode 100644 index 0000000..0b96d16 --- /dev/null +++ b/dirsrvtests/tests/suites/gssapi_repl/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: GSSAPI Authentication Replication +""" diff --git a/dirsrvtests/tests/suites/import/__init__.py b/dirsrvtests/tests/suites/import/__init__.py index 8d1c8b6..8584e71 100644 --- a/dirsrvtests/tests/suites/import/__init__.py +++ b/dirsrvtests/tests/suites/import/__init__.py @@ -1 +1,3 @@ - +""" + :Requirement: 389-ds-base: DataBase Import +""" diff --git a/dirsrvtests/tests/suites/ldapi/__init__.py b/dirsrvtests/tests/suites/ldapi/__init__.py index e69de29..330903c 100644 --- a/dirsrvtests/tests/suites/ldapi/__init__.py +++ b/dirsrvtests/tests/suites/ldapi/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: ldapi +""" diff --git a/dirsrvtests/tests/suites/memberof_plugin/__init__.py b/dirsrvtests/tests/suites/memberof_plugin/__init__.py index 8d1c8b6..d5b1467 100644 --- a/dirsrvtests/tests/suites/memberof_plugin/__init__.py +++ b/dirsrvtests/tests/suites/memberof_plugin/__init__.py @@ -1 +1,3 @@ - +""" + :Requirement: 389-ds-base: Memberof Plugin +""" diff --git a/dirsrvtests/tests/suites/memory_leaks/__init__.py b/dirsrvtests/tests/suites/memory_leaks/__init__.py index e69de29..c94c077 100644 --- a/dirsrvtests/tests/suites/memory_leaks/__init__.py +++ b/dirsrvtests/tests/suites/memory_leaks/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Test Memory Leaks +""" diff --git a/dirsrvtests/tests/suites/monitor/__init__.py b/dirsrvtests/tests/suites/monitor/__init__.py index e69de29..080d1ac 100644 --- a/dirsrvtests/tests/suites/monitor/__init__.py +++ b/dirsrvtests/tests/suites/monitor/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Status - Performance Monitor +""" diff --git a/dirsrvtests/tests/suites/paged_results/__init__.py b/dirsrvtests/tests/suites/paged_results/__init__.py index e69de29..806f40b 100644 --- a/dirsrvtests/tests/suites/paged_results/__init__.py +++ b/dirsrvtests/tests/suites/paged_results/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Simple Paged Results +""" diff --git a/dirsrvtests/tests/suites/password/__init__.py b/dirsrvtests/tests/suites/password/__init__.py index e69de29..d48fba6 100644 --- a/dirsrvtests/tests/suites/password/__init__.py +++ b/dirsrvtests/tests/suites/password/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Password Policy +""" diff --git a/dirsrvtests/tests/suites/plugins/__init__.py b/dirsrvtests/tests/suites/plugins/__init__.py index e69de29..fe45a34 100644 --- a/dirsrvtests/tests/suites/plugins/__init__.py +++ b/dirsrvtests/tests/suites/plugins/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Directory Server Plugins +""" diff --git a/dirsrvtests/tests/suites/psearch/__init__.py b/dirsrvtests/tests/suites/psearch/__init__.py index e69de29..a928609 100644 --- a/dirsrvtests/tests/suites/psearch/__init__.py +++ b/dirsrvtests/tests/suites/psearch/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Persistent Search control +""" diff --git a/dirsrvtests/tests/suites/replication/__init__.py b/dirsrvtests/tests/suites/replication/__init__.py index c5117a9..2b5d493 100644 --- a/dirsrvtests/tests/suites/replication/__init__.py +++ b/dirsrvtests/tests/suites/replication/__init__.py @@ -1,3 +1,6 @@ +""" + :Requirement: 389-ds-base: Replication +""" import time import ldap from lib389._constants import DEFAULT_SUFFIX diff --git a/dirsrvtests/tests/suites/sasl/__init__.py b/dirsrvtests/tests/suites/sasl/__init__.py index e69de29..78c30ff 100644 --- a/dirsrvtests/tests/suites/sasl/__init__.py +++ b/dirsrvtests/tests/suites/sasl/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: SASL Mechanism +""" diff --git a/dirsrvtests/tests/suites/schema/__init__.py b/dirsrvtests/tests/suites/schema/__init__.py index e69de29..fe69a45 100644 --- a/dirsrvtests/tests/suites/schema/__init__.py +++ b/dirsrvtests/tests/suites/schema/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Directory Server Schema +""" diff --git a/dirsrvtests/tests/suites/setup_ds/__init__.py b/dirsrvtests/tests/suites/setup_ds/__init__.py new file mode 100644 index 0000000..8371b76 --- /dev/null +++ b/dirsrvtests/tests/suites/setup_ds/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Basic Directory Server Operations +""" diff --git a/dirsrvtests/tests/suites/snmp/__init__.py b/dirsrvtests/tests/suites/snmp/__init__.py index e69de29..da86e48 100644 --- a/dirsrvtests/tests/suites/snmp/__init__.py +++ b/dirsrvtests/tests/suites/snmp/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: SNMP +""" diff --git a/dirsrvtests/tests/suites/syntax/__init__.py b/dirsrvtests/tests/suites/syntax/__init__.py new file mode 100644 index 0000000..c083413 --- /dev/null +++ b/dirsrvtests/tests/suites/syntax/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Syntax +""" diff --git a/dirsrvtests/tests/suites/tls/__init__.py b/dirsrvtests/tests/suites/tls/__init__.py index e69de29..6846c00 100644 --- a/dirsrvtests/tests/suites/tls/__init__.py +++ b/dirsrvtests/tests/suites/tls/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: Transport Layer Security +""" diff --git a/dirsrvtests/tests/suites/vlv/__init__.py b/dirsrvtests/tests/suites/vlv/__init__.py index e69de29..340daed 100644 --- a/dirsrvtests/tests/suites/vlv/__init__.py +++ b/dirsrvtests/tests/suites/vlv/__init__.py @@ -0,0 +1,3 @@ +""" + :Requirement: 389-ds-base: VLV +"""