#49353 Fixes #49248 : Add docstring for eduPerson standard objectClass
Closed 3 years ago by spichugi. Opened 6 years ago by akshayshivekar.
akshayshivekar/389-ds-base schema  into  master

@@ -31,9 +31,23 @@ 

  

  

  def test_account_locking(topology):

+     """Test the eduperson schema works

+ 

+     :id: f2f15449-a822-4ec6-b4ea-bd6db6240a6c

+ 

+     :setup: Standalone instance

+ 

+     :steps:

+         1. Add a common user

+         2. Extend the user with eduPerson objectClass

+         3. Add attributes in eduPerson

+ 

+     :expectedresults:

+         1. User should be added with its properties

+         2. User should be extended with eduPerson as the objectClass

+         3. eduPerson should be added

      """

-     Test the eduperson schema works

-     """

+ 

      if DEBUGGING:

          # Add debugging steps(if any)...

          pass

no initial comment

Pull-Request has been closed by akshayshivekar

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/2412

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