Mark Reynolds 17f30c60cf Ticket 48795 - Make various improvements to create_test.py 9 years ago
..
cmd 2eeaf899be Ticket 48333 - Simplify accessiblitiy of tests for ds 10 years ago
tests 2a32cab7ad Ticket 48829 - Add gssapi sasl replication bind test 9 years ago
README 27da34cf51 Ticket 48376 - Create a 389-ds-base-tests RPM package 10 years ago
__init__.py 2eeaf899be Ticket 48333 - Simplify accessiblitiy of tests for ds 10 years ago
create_test.py 17f30c60cf Ticket 48795 - Make various improvements to create_test.py 9 years ago

README

389-ds-base-tests README
=================================================

Prerequisites:
-------------------------------------------------
Install the python-lib389 packages, or
download the source(git clone ssh://git.fedorahosted.org/git/389/lib389.git) and set your PYTHONPATH accordingly


Description:
-------------------------------------------------
This package includes python-lib389 based python scripts for testing the Directory Server. The following describes the various types of tests available:

tickets - These scripts test individual bug fixes
suites - These test functinoal areas of the server
stress - These tests perform "stress" tests on the server

There is also a "create_test.py" script available to construct a template test script for creating new tests.


Documentation:
-------------------------------------------------
See http://www.port389.org for the latest information

http://www.port389.org/docs/389ds/FAQ/upstream-test-framework.html
http://www.port389.org/docs/389ds/howto/howto-write-lib389.html
http://www.port389.org/docs/389ds/howto/howto-run-lib389-jenkins.html