f68e2d4 Ticket 48017 - add script to generate lib389 CI test script

Authored and Committed by mreynolds 9 years ago
    Ticket 48017 - add script to generate lib389 CI test script
    
    Description:  Created a new script to generate a consistent, concise
                  lib389 CI test script template.  Everyting is written for
                  the user except the contents of the "test" function.
    
                  Replication masters, hubs, and consumers can be easily
                  be added, and fully configured/initialized by using
                  simple command line arguments:
    
                  # python ./create_testcase.py --ticket 48017 --masters 4 --hubs 2 --consumers 10
    
                  This is a maximum of 10 standalone servers, or 10 masters,
                  10 hubs, and 10 consumers.
    
    https://fedorahosted.org/389/ticket/48017
    
    Reviewed by: nhosoi(Thanks!!)