Noriko Hosoi 9741f241e5 Ticket 47838 - CI test: fixed tests following the new CI test format. 9 years ago
..
cmd 2eeaf899be Ticket 48333 - Simplify accessiblitiy of tests for ds 10 years ago
data 2eeaf899be Ticket 48333 - Simplify accessiblitiy of tests for ds 10 years ago
stress 27da34cf51 Ticket 48376 - Create a 389-ds-base-tests RPM package 10 years ago
suites 2eeaf899be Ticket 48333 - Simplify accessiblitiy of tests for ds 10 years ago
tickets 9741f241e5 Ticket 47838 - CI test: fixed tests following the new CI test format. 9 years ago
tmp d07d1b5d63 Ticket 48395 - ASAN - Use after free in uiduniq 7bit.c 10 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 08c40e8a35 Ticket 48363 - Support for rfc3673 '+' to return operational attributes 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