From 01e74e373c8dd65792952576112777176b1e1817 Mon Sep 17 00:00:00 2001 From: akshayshivekar Date: Aug 17 2017 10:03:50 +0000 Subject: Fixes #49248 : Add docstring for eduPerson standard objectClass --- diff --git a/dirsrvtests/tests/suites/schema/test_eduperson.py b/dirsrvtests/tests/suites/schema/test_eduperson.py index 0271b52..fd61cfd 100644 --- a/dirsrvtests/tests/suites/schema/test_eduperson.py +++ b/dirsrvtests/tests/suites/schema/test_eduperson.py @@ -31,9 +31,23 @@ log = logging.getLogger(__name__) 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