From 9628c04e897b44ba6f624794f270959b3acdb969 Mon Sep 17 00:00:00 2001 From: akshayshivekar Date: Thu, 17 Aug 2017 15:17:08 +0530 Subject: [PATCH] Fixes #49248 : Add docstring for eduPerson standard objectClass --- dirsrvtests/tests/suites/schema/test_eduperson.py | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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 -- 1.8.3.1