9ec7b92 Ticket 47575 - CI test: add test case for ticket47560

Authored and Committed by tbordaz 10 years ago
    Ticket 47575 - CI test: add test case for ticket47560
    
    Bug Description:
    	https://fedorahosted.org/389/ticket/47560
    	memberof plugins supports fixup tasks.
    	A task can be created with the perl script /usr/lib64/dirsrv/slapd-<instance>/fixup-memberof.pl
    	due to bug 47560, the task entry was not created
    
    Fix Description:
    	The test case is to
                       SETUP
                    - Create entry cn=group,SUFFIX
                    - Create entry cn=member,SUFFIX
                    - Update 'cn=member,SUFFIX' to add "memberOf: cn=group,SUFFIX"
                    - Enable Memberof Plugins
    
                    # Here the cn=member entry has a 'memberOf' but
                    # cn=group entry does not contain 'cn=member' in its member
    
                      TEST CASE
                    - start the fixupmemberof task
                    - read the cn=member entry
                    - check 'memberOf is now empty
    
                      TEARDOWN
                    - Delete entry cn=group,SUFFIX
                    - Delete entry cn=member,SUFFIX
                    - Disable Memberof Plugins
    
    	The test ends with stopping the standalone instance
    
    https://fedorahosted.org/389/ticket/47575
    
    Reviewed by: Rich, Jan, Roberto (thanks to you all !!)
    
    Platforms tested: F19
    
    Flag Day: no
    
    Doc impact: no